The IsoDateTime type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Overrides ObjectEquals(Object).) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Overrides ObjectGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | Parse | 
            Parses a date and time specification and returns a date-time object.
             | 
|   | ParseInContext | 
            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. 
             | 
|  | ToString | 
            Returns this date and time in ISO 8601 format: <date>T<time>.
            (Overrides ObjectToString.) | 
|  | ToTimePoint | 
            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.
             | 
See Also