Time Methods |
The Time type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Parses a time of day in ISO 8601 format and returns it as a Time object.
If parsing fails, this method throws an exception.
|
![]() ![]() | ParseInContext |
Parses a time of day in ISO 8601 format and returns it as a Time object.
If parsing fails, this method throws an exception.
The input may omit the larger units, which in such case will be
inherited from the start time supplied.
|
![]() | ToString |
Returns a string on the format YYYY-MM-DDTHH:MM:SSZ representing this time point.
(Overrides ObjectToString.) |