DateHelperParse(String) Method
Return a DateTime object representing the caller's string
representation of that date and time.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static DateRelative Parse(
string value
)
Public Shared Function Parse (
value As String
) As DateRelative
No code example is currently available or this language may not be supported.
- value String
-
Caller's Date and Time, in string format.
DateRelative
Relative Date and Time converted from caller's value.