| OrdinalDate Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Apptus.ESales.Connector.Time
 Syntax
Syntaxpublic class OrdinalDate : IsoDate
The OrdinalDate type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OrdinalDate | 
            Creates a new calendar date with the specified year and day.
             The day may be omitted for less precision.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DayOfYear | 
            The day of year. May be null.
             | 
|  | Year | 
            Returns the year field for this date.
            (Overrides IsoDateYear.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from IsoDate.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from IsoDate.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Overrides ObjectToString.) | 
|  | 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.
            (Overrides IsoDateToTimePoint(Time, TimeZoneInfo).) | 
 See Also
See Also