Clears the contents of the collection.
[Visual Basic] Public Sub Clear() [C#] public void Clear(); [C++] public: void Clear(); [JScript] public function Clear();
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.
RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace