NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.Month

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;

Property Value

Read-only.

A month part value of this instance.

Remarks

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.

See Also

DateTime Structure | DateTime Members | System Namespace | Int32