Date(Int32, Int32, Int32) Constructor

Creates a Date instance given its three components.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public Date(
	int year,
	int month,
	int day
)

Parameters

year  Int32
The year component.
month  Int32
The month component.
day  Int32
The day component.

Remarks

This constructor doesn't perform any validation on its arguments.

See Also