DateHelperGetDaysToTarget Method
Return the number of days until the specified Target Date.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int GetDaysToTarget(
DateTime value
)
Public Shared Function GetDaysToTarget (
value As DateTime
) As Integer
No code example is currently available or this language may not be supported.
- value DateTime
-
Target Date to reference.
Int32
Number of days, not including today, to the specified date.