Bridge

DateTime..::..Day Property

Gets the day of the month represented by this instance.

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

Syntax


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

Return Value

The day component, expressed as a value between 1 and 31.