DateDaysInMonth Method
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.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static int DaysInMonth(
int year,
int month
)
- year Int32
- The year.
- month Int32
- The month to check.
Int32The number of days in the month for that year.