Click or drag to resize

GregorianDate Constructor (Int32, Int32, Int32)

Initializes a GregorianDate from the provided values. The remaining values are assumed to be zero.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GregorianDate(
	int year,
	int month,
	int day
)

Parameters

year
Type: SystemInt32
The year.
month
Type: SystemInt32
The month of the year (in the range 1 through 12)
day
Type: SystemInt32
The day of the month (in the range 1 through the number of days in month)
Exceptions
ExceptionCondition
ArgumentException Thrown when one of the provided parameters is outside of its acceptable range.
See Also