DateHelperParse(String) 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
)

Parameters

value  String
Caller's Date and Time, in string format.

Return Value

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

See Also