DateRelativeFromXml Method
Return a Relative Date Value from an Xml Definition.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static DateRelative FromXml(
string value
)
Public Shared Function FromXml (
value As String
) As DateRelative
No code example is currently available or this language may not be supported.
- value String
-
Xml formatted string value compatible with Date Relative serialization.
DateRelative
Newly created Relative Date value, constructed from information in the
caller's value.