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 | |
---|---|---|
IsUtc | The IsUtc property gets or sets a Boolean value indicating whether this CalendarTime structure represents local or UTC time. | |
Time | The Time property gets or sets the time that this CalendarTime structure represents. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. The ToString method returns the time that this CalendarTime structure represents as a string. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top