DB2DateTime.Month property
Gets the month value that is stored in the DB2DateTime instance.
The DB2DateTime.Month 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 Month As Int32
[C#]
public Int32 Month {get;}
[C++]
public: __property Int32 get_Month();
[JScript]
public function get Month() : Int32;
Property value
A month value of the DB2DateTime instance.