DateHelperGetDaysRemainingInMonth Method

Return the number of Days remaining in the specified Month.

Definition

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

Parameters

value  DateTime
Reference Date.

Return Value

Int32
Number of days remaining in the specified Month, not counting the present day.

See Also