DateHelperParse(String, DateRelative) Method

Return a DateTime object representing the caller's string representation of that date and time.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static DateRelative Parse(
	string value,
	DateRelative reference
)

Parameters

value  String
Caller's Date and Time, in string format.
reference  DateRelative
Reference Relative Date to be configured while parsing the value.

Return Value

DateRelative
Relative Date and Time converted from caller's value.

See Also