GDay ConstructorGDay ConstructorGDay Constructor

Initializes a new instance of the GDayGDayGDay structure.

Overload List

 NameDescription
Public methodGDay (int)GDay (Integer)GDay (int) Initializes a new instance of the GDayGDayGDay class with the specified day of the month, but without a time zone.
Public methodGDay (int, TimeZone?)GDay (Integer, Nullable(Of TimeZone))GDay (int, Nullable<TimeZone>) Initializes a new instance of the GDayGDayGDay structure with the specified day of the month and optional time zone.

Top