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: 3.47.3
Syntax

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

Parameters

year
Type: System.Int32
month
Type: Apptus.ESales.Connector.Time.Month
day
Type: System.Nullable<Int32>
See Also

Reference