Represents the recurrence of a ScheduleItem on a yearly basis according to a pattern (e.g. the first Tuesday of November every four years).

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

Syntax

C#
public class YearlyPatternRecurrencePattern : YearlyRecurrencePattern
Visual Basic (Declaration)
Public Class YearlyPatternRecurrencePattern _
	Inherits YearlyRecurrencePattern

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.RecurrencePattern
    Mindscape.WpfElements..::.YearlyRecurrencePattern
      Mindscape.WpfElements..::.YearlyPatternRecurrencePattern

See Also