DateTimeWithZone.GYearMonth PropertyDateTimeWithZone.GYearMonth PropertyDateTimeWithZone::GYearMonth Property

Gets the year and month components of this DateTimeWithZoneDateTimeWithZoneDateTimeWithZone represented as a GYearMonthGYearMonthGYearMonth.

Syntax

Public ReadOnly Property GYearMonth As GYearMonth
        Get
public GYearMonth GYearMonth { get; }
public:
property GYearMonth GYearMonth {
    GYearMonth get();
}