Represents the recurrence of a ScheduleItem on a monthly basis on specific day of the month (e.g. the 20th of every third month).

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

Syntax

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

Inheritance Hierarchy

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

See Also