Creates a new calendar date with the specified year and day.
The day may be omitted for less precision.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public OrdinalDate( int year, Nullable<int> dayOfYear )
Parameters
- year
- Type: SystemInt32
A year, e.g. 2001 - dayOfYear
- Type: SystemNullableInt32
A day of year, e.g. 135
See Also