Date(Int32, Int32, Int32) Constructor
Creates a Date instance given its three components.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public Date(
int year,
int month,
int day
)
Parameters
- year Int32
- The year component.
- month Int32
- The month component.
- day Int32
- The day component.
This constructor doesn't perform any validation on its arguments.