Compartir a través de


CalendarTime Members

Include Protected Members
Include Inherited Members

The CalendarTime structure represents a TIME value type as defined in RFC2445.

The CalendarTime type exposes the following members.

Constructors

  Name Description
Public method CalendarTime The CalendarTime constructor creates a new CalendarTime structure.

Top

Properties

  Name Description
Public property IsUtc The IsUtc property gets or sets a Boolean value indicating whether this CalendarTime structure represents local or UTC time.
Public property Time The Time property gets or sets the time that this CalendarTime structure represents.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString The ToString method returns the time that this CalendarTime structure represents as a string. (Overrides ValueType.ToString().)

Top