DateHelperGetNextDay Method
Return the first minute of the following day from the date specified.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static DateTime GetNextDay(
DateTime value
)
Public Shared Function GetNextDay (
value As DateTime
) As DateTime
No code example is currently available or this language may not be supported.
- value DateTime
-
Reference Date.
DateTime
First moment of day following the date specified.