CalendarDate Constructor A Sandcastle Documented Class Library
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.2.1
Syntax

C#
public CalendarDate(
	int year,
	Month month,
	Nullable<int> day
)

Parameters

year
Type: SystemInt32
month
Type: Apptus.ESales.Connector.TimeMonth
day
Type: SystemNullableInt32
See Also

Reference