Click or drag to resize

DateDaysInMonth Method

Returns the number of days in the month given by a year and month.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static int DaysInMonth(
	int year,
	int month
)

Parameters

year  Int32
The year.
month  Int32
The month to check.

Return Value

Int32
The number of days in the month for that year.
See Also