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.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public CalendarDate(
int year,
Month month,
Nullable<int> day
)
Parameters
- year
- Type: SystemInt32
- month
- Type: Apptus.ESales.Connector.TimeMonth
- day
- Type: SystemNullableInt32
See Also