Time MethodsA Sandcastle Documented Class Library

The Time type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Parses a time of day in ISO 8601 format and returns it as a Time object. If parsing fails, this method throws an exception.
Public methodStatic memberParseInContext
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.
Public methodToString
Returns a string on the format YYYY-MM-DDTHH:MM:SSZ representing this time point.
(Overrides ObjectToString.)
Top
See Also

Reference