CalendarDate ClassA Sandcastle Documented Class Library
A date on the format YYYY-MM-DD in the Gregorian calendar. This class describes a calendar date as defined by ISO 8601.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.TimeIsoDate
    Apptus.ESales.Connector.TimeCalendarDate

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

C#
public class CalendarDate : IsoDate

The CalendarDate type exposes the following members.

Constructors

  NameDescription
Public methodCalendarDate
Creates a new calendar date with the specified year, month and day. The day or the day and month may be omitted for less precision.
Top
Properties

  NameDescription
Public propertyDay
Returns the day in month, if specified at creation. Otherwise returns null.
Public propertyMonth
Returns the month, if specified at creation. Otherwise returns null.
Public propertyYear
Returns the year. Never returns null.
(Overrides IsoDateYear.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from IsoDate.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from IsoDate.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
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.
(Overrides IsoDateToTimePoint(Time, TimeZoneInfo).)
Top
See Also

Reference