DB2DateTime.Day property

Gets the day value that is stored in the DB2DateTime structure.

The DB2DateTime.Day property is available for use only with the Informix database server.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property Day As Int32
[C#]
public Int32 Day {get;}
[C++]
public: __property Int32 get_Day();
[JScript]
public function get Day() : Int32;

Property value

A day of the month value from the DB2DateTime instance.