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.Day

Retrieves the day of the month represented by this instance.

[Visual Basic]
Public ReadOnly Property Day As Integer
[C#]
public int Day {get;}
[C++]
public: __property int get_Day();
[JScript]
public function get Day() : int;

Property Value

Read-only.

Remarks

The Day property returns the day value as an 32-bit signed integer (int) between 1 and 31.

See Also

DateTime Structure | DateTime Members | System Namespace | Int32