A date on any valid ISO 8601 format.
            
Inheritance Hierarchy
Apptus.ESales.Connector.TimeIsoDate
Apptus.ESales.Connector.TimeCalendarDate
Apptus.ESales.Connector.TimeOrdinalDate
Apptus.ESales.Connector.TimeWeekDate
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public abstract class IsoDate
The IsoDate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IsoDate | Initializes a new instance of the IsoDate class  | 
Properties
| Name | Description | |
|---|---|---|
| Year | 
            Returns the year field for this date.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| ToTimePoint | 
            Returns a point in time represented by that date and a supplied
            time of day. If the date or time lacks precision, or if the time is 
            omitted, then the smallest valid point in time for this specification
            is returned.
              | 
See Also