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+e1037fa8802b3ff162e26559d763b73334940b70
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