DateHelperGetNextDate Method

Return the next date from the specified reference and day of month.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static DateTime GetNextDate(
	DateTime baseDate,
	int day
)

Parameters

baseDate  DateTime
Date from which to find the next month day.
day  Int32
Day of month of the next date to find.

Return Value

DateTime
Next date representing the specified day of month, from the reference provided by the caller.

See Also