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!

Schedule.RecurrencePatterns

Gets a collection of time patterns that describe when to raise events.

[Visual Basic]
Public ReadOnly Property RecurrencePatterns As RecurrencePatterns
[C#]
public RecurrencePatterns RecurrencePatterns {get;}
[C++]
public: __property RecurrencePatterns* get_RecurrencePatterns();
[JScript]
public function get RecurrencePatterns() : RecurrencePatterns;

Property Value

A RecurrencePatterns that represents the set of time patterns describing when to raise events. The default is an empty set of patterns which raises an event 0 times.

See Also

Schedule Class | Schedule Members | System.Timers Namespace | RecurrencePatterns