CalendarTime Members

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

The following tables list the members exposed by the CalendarTime type.

Public Constructors

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

Top

Public Properties

  Name Description
Aa566095.pubproperty(en-us,EXCHG.80).gif IsUtc The IsUtc property gets or sets a Boolean value indicating whether this CalendarTime structure represents local or UTC time.
Aa566095.pubproperty(en-us,EXCHG.80).gif Time The Time property gets or sets the time that this CalendarTime structure represents.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566095.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa566095.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa566095.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566095.pubmethod(en-us,EXCHG.80).gifAa566095.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566095.pubmethod(en-us,EXCHG.80).gif ToString Overridden. The ToString method returns the time that this CalendarTime structure represents as a string.

Top

Protected Methods

  Name Description
Aa566095.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566095.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top