CalendarTime members
The CalendarTime structure represents a TIME value type as defined in RFC2445.
The CalendarTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarTime | The CalendarTime constructor creates a new CalendarTime structure. |
Top
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
Methods
Name | Description | |
---|---|---|
ToString | The ToString method returns the time that this CalendarTime structure represents as a string. (Overrides ValueType.ToString().) |
Top