Represents the recurrence of a ScheduleItem on a monthly schedule defined by a pattern (e.g. last Friday of every second month).

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

Syntax

C#
public class MonthlyPatternRecurrencePattern : MonthlyRecurrencePattern
Visual Basic (Declaration)
Public Class MonthlyPatternRecurrencePattern _
	Inherits MonthlyRecurrencePattern

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.RecurrencePattern
    Mindscape.WpfElements..::.MonthlyRecurrencePattern
      Mindscape.WpfElements..::.MonthlyPatternRecurrencePattern

See Also