GYear ConstructorGYear ConstructorGYear Constructor

Initializes a new instance of the GYearGYearGYear structure.

Overload List

 NameDescription
Public methodGYear (long)GYear (Long)GYear (long) Initializes a new instance of the GYearGYearGYear structure with the specified calendar year, but without a time zone.
Public methodGYear (long, TimeZone?)GYear (Long, Nullable(Of TimeZone))GYear (long, Nullable<TimeZone>) Initializes a new instance of the GYearGYearGYear structure with the specified calendar year and optional time zone.

Top