SerializableTimeZoneTime Members
Include Protected Members
Include Inherited Members
The SerializableTimeZoneTime class represents an offset from the time relative to Coordinated Universal Time (UTC).
The SerializableTimeZoneTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializableTimeZoneTime | The SerializableTimeZoneTime constructor initializes a new instance of the SerializableTimeZoneTime class. |
Top
Properties
Name | Description | |
---|---|---|
Bias | The Bias property gets or sets the offset from the Coordinated Universal Time (UTC) offset. | |
DayOfWeek | The DayOfWeek property gets or sets the day of the week when the transition to and from standard time and daylight saving time occurs. | |
DayOrder | The DayOrder property represents the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time. | |
Month | The Month property gets or sets the transition month of the year to and from standard time and daylight saving time. | |
Time | The Time property gets or sets the transition time of day to and from standard time and daylight saving time. | |
Year |
Top