DateDeconstruct(Int32, Int32) Method |
Extracts the year and month in a single call.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic void Deconstruct(
out int year,
out int month
)
Parameters
- year Int32
- The year of the date.
- month Int32
- The month of the date.
RemarksIt only saves a division.
See Also