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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class NthDayOfMonthRecurrencePattern : MonthlyRecurrencePattern
Visual Basic
Public Class NthDayOfMonthRecurrencePattern _
	Inherits MonthlyRecurrencePattern
Visual C++
public ref class NthDayOfMonthRecurrencePattern : public MonthlyRecurrencePattern

Inheritance Hierarchy

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

See Also