IsoDateTime ClassA Sandcastle Documented Class Library
A date and time in the ISO 8601 format.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.TimeIsoDateTime

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class IsoDateTime

The IsoDateTime type exposes the following members.

Constructors

  NameDescription
Public methodIsoDateTime
Creates a date-object with the specified date and time.
Top
Properties

  NameDescription
Public propertyDate
Returns the date. Never returns null.
Public propertyTime
Returns the time. Returns null if omitted at creation.
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 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