This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculatorDaysInMonth(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 month
)

Parameters

month  Int32
The month.

Return Value

Int32
An int.

See Also