GYearMonth.Month PropertyGYearMonth.Month PropertyGYearMonth::Month Property

Gets the month of the year.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The month component of this GYearMonthGYearMonthGYearMonth. The values range from 1 to 12 inclusive.