GDay.Day PropertyGDay.Day PropertyGDay::Day Property

Gets the day of the month.

Syntax

Public ReadOnly Property Day As Integer
        Get
public int Day { get; }
public:
property int Day {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The day component of this GDayGDayGDay. The values range from 1 to 31 inclusive.