A date and time in the ISO 8601 format.
            
Inheritance Hierarchy
Apptus.ESales.Connector.TimeIsoDateTime
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class IsoDateTime
The IsoDateTime type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IsoDateTime | 
            Creates a date-object with the specified date and time.
              | 
Properties
| Name | Description | |
|---|---|---|
| Date | 
            Returns the date. Never returns null.
              | |
| Time | 
            Returns the time. Returns null if omitted at creation.
              | 
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