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+e1037fa8802b3ff162e26559d763b73334940b70
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