Parses a recurrence pattern from XML.

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

Syntax

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

Parameters

xml
Type: System.Xml.Linq..::.XElement
An XElement containing details of the recurrence pattern, as produced by the ToXml method.

Return Value

An IRecurrencePattern.

See Also