Click or drag to resize

DateDeconstruct(Int32, Int32) Method

Extracts the year and month in a single call.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public void Deconstruct(
	out int year,
	out int month
)

Parameters

year  Int32
The year of the date.
month  Int32
The month of the date.
Remarks
It only saves a division.
See Also