DateHelperGetDaysRemainingInMonth Method
Return the number of Days remaining in the specified Month.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int GetDaysRemainingInMonth(
DateTime value
)
Public Shared Function GetDaysRemainingInMonth (
value As DateTime
) As Integer
No code example is currently available or this language may not be supported.
- value DateTime
-
Reference Date.
Int32
Number of days remaining in the specified Month, not counting the
present day.