DateRelativeFromXml Method

Return a Relative Date Value from an Xml Definition.

Definition

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

Parameters

value  String
Xml formatted string value compatible with Date Relative serialization.

Return Value

DateRelative
Newly created Relative Date value, constructed from information in the caller's value.

See Also