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!

RecurrencePatterns.Clear

Clears the contents of the collection.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();
[C++]
public: void Clear();
[JScript]
public function Clear();

Remarks

CAUTION   Recurrence patterns defined through AddDailyPattern, AddDaysOfMonthPattern, AddMonthlyPattern, or AddWeeklyPattern will be deleted and lost if Clear is called. To be able to reuse a recurrence pattern, create an instance of the pattern, and then add it to the collection with Add.

See Also

RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace