This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculatorDaysInMonth(Int32, Int32) Method

Number of Days in the month

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static int DaysInMonth(
	int year,
	int month
)

Parameters

year  Int32
The year.
month  Int32
The month.

Return Value

Int32
An int.

See Also