Bridge

DateTime..::..Month Property

Gets the month component of the date represented by this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public int Month { get; }
<TemplateAttribute> _
Public ReadOnly Property Month As Integer
	Get
[TemplateAttribute]
public:
property int^ Month {
	int^ get ();
}

Return Value

The month component, expressed as a value between 1 and 12.