GMonth ConstructorGMonth ConstructorGMonth Constructor

Initializes a new instance of the GMonthGMonthGMonth structure.

Overload List

 NameDescription
Public methodGMonth (int)GMonth (Integer)GMonth (int) Initializes a new instance of the GMonthGMonthGMonth structure with the specified month, but without a time zone.
Public methodGMonth (int, TimeZone?)GMonth (Integer, Nullable(Of TimeZone))GMonth (int, Nullable<TimeZone>) Initializes a new instance of the GMonthGMonthGMonth structure with the specified month of the year and optional time zone.

Top