Поделиться через


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
Public method SerializableTimeZoneTime The SerializableTimeZoneTime constructor initializes a new instance of the SerializableTimeZoneTime class.

Top

Properties

  Name Description
Public property Bias The Bias property gets or sets the offset from the Coordinated Universal Time (UTC) offset.
Public property 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.
Public property 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.
Public property Month The Month property gets or sets the transition month of the year to and from standard time and daylight saving time.
Public property Time The Time property gets or sets the transition time of day to and from standard time and daylight saving time.
Public property Year

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top