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;
Read-only.
The Day property returns the day value as an 32-bit signed integer (int) between 1 and 31.
DateTime Structure | DateTime Members | System Namespace | Int32