DateDeconstruct(Int32, Int32, Int32) Method
Extracts all components from a date in a single call.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
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.