Defines recurrent patterns for events on a Schedule.
Object
RecurrencePattern
[Visual Basic] MustInherit Public Class RecurrencePattern Implements IRecurrencePattern [C#] public abstract class RecurrencePattern : IRecurrencePattern [C++] public __gc __abstract class RecurrencePattern : public IRecurrencePattern [JScript] public abstract class RecurrencePattern implements IRecurrencePattern
Notes to Implementers: Implement this class when you want to define how the next date of occurence is calculated. For more information, see GetDateOfNextOccurence.
Namespace: System.Timers
Assembly: System.Timers.dll
RecurrencePattern Members | System.Timers Namespace | DailyPattern | DaysOfMonthPattern | MonthlyPattern | Schedule | Timer | WeeklyPattern