DateHelperGetDaysToTarget Method

Return the number of days until the specified Target Date.

Definition

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

Parameters

value  DateTime
Target Date to reference.

Return Value

Int32
Number of days, not including today, to the specified date.

See Also