DateHelperGetDaysInMonth Method

Return the number of Days in the specified Month.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static int GetDaysInMonth(
	DateTime value
)

Parameters

value  DateTime
Reference Date.

Return Value

Int32
Total Number of Days in the specified Month.

See Also