DateRelativeToXml Method

Return an Xml representation of the values in the provided Relative Date.

Definition

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

Parameters

value  DateRelative
Instance of a Relative Date to convert.

Return Value

String
String formatted as Xml and representing the specified object, as well as any expanded instances.

See Also