RecurrencePatternDayOrdinal Property |
Namespace: Kettic.AspNet.Controls
This property is meaningful only when RecurrenceFrequency is set to Monthly or Yearly and DayOfMonth is not set.
In such scenario it selects the n-th occurrence within the set of events specified by the rule. Valid values are from -31 to +31, 0 is ignored.
For example with RecurrenceFrequency set to Monthly and DaysOfWeekMask set to Monday DayOfMonth is interpreted in the following way:
For detailed examples see the documentation of the MonthlyRecurrenceRule class.