DateHelperGetNextDay Method

Return the first minute of the following day from the date specified.

Definition

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

Parameters

value  DateTime
Reference Date.

Return Value

DateTime
First moment of day following the date specified.

See Also