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