Retrieves the month represented by this instance.
[Visual Basic] Public ReadOnly Property Month As Integer [C#] public int Month {get;} [C++] public: __property int get_Month(); [JScript] public function get Month() : int;
Read-only.
A month part value of this instance.
The Month property returns an 32-bit signed integer (int) between 1 and 12 that represents a number for the month of this instance of DateTime.
DateTime Structure | DateTime Members | System Namespace | Int32