NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RecurrencePattern Class

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

Remarks [Visual Basic, C#]

Notes to Implementers: Implement this class when you want to define how the next date of occurence is calculated. For more information, see GetDateOfNextOccurence.

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

RecurrencePattern Members | System.Timers Namespace | DailyPattern | DaysOfMonthPattern | MonthlyPattern | Schedule | Timer | WeeklyPattern