Returns the number of days in the month given by a year and month.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static int DaysInMonth(
int year,
int month
)
Parameters
- year Int32
- The year.
- month Int32
- The month to check.
Return Value
Int32The number of days in the month for that year.
See Also