Gets an XElement containing the details of the recurrence pattern.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static XElement ToXml(
	IRecurrencePattern pattern
)
Visual Basic (Declaration)
Public Shared Function ToXml ( _
	pattern As IRecurrencePattern _
) As XElement

Parameters

pattern
Type: Mindscape.WpfElements..::.IRecurrencePattern
The recurrence pattern to serialize.

Return Value

An XElement representing the recurrence pattern.

See Also