IsoDate ClassA Sandcastle Documented Class Library
A date on any valid ISO 8601 format.
Inheritance Hierarchy

SystemObject
  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.0.0
Syntax

C#
public abstract class IsoDate

The IsoDate type exposes the following members.

Constructors

  NameDescription
Protected methodIsoDate
Initializes a new instance of the IsoDate class
Top
Properties

  NameDescription
Public propertyYear
Returns the year field for this date.
Top
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 methodToString (Inherited from Object.)
Public methodToTimePoint
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.
Top
See Also

Reference