DateDeconstruct Method

Extracts all components from a date in a single call.

Definition

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

Parameters

year  Int32
The year of the date.
month  Int32
The month of the date.
day  Int32
The day of month of the date.

See Also