DateDeconstruct(Int32, Int32, Int32) 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+44e7797405725ef3cf24b3ff0eba94ce6c649601
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