IsoDateTime MethodsA Sandcastle Documented Class Library

The IsoDateTime 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 date and time specification and returns a date-time object.
Public methodStatic memberParseInContext
Parses a date and time specification and returns a date-time object. The date may omit the larger units, which in such case will be inherited from the start date-time supplied. Note that the start date then must be defined in the same date format as the input string.
Public methodToString
Returns this date and time in ISO 8601 format: <date>T<time>.
(Overrides ObjectToString.)
Public methodToTimePoint
Returns a point in time represented by this date-time object. If the date or time lacks precision, or if the time is omitted, then the smallest valid point in time is returned.
Top
See Also

Reference