Removes the recurrence pattern specified by the given index.
[Visual Basic] Overloads Public Sub Remove( _ ByVal index As Integer _ ) [C#] public void Remove( int index ); [C++] public: void Remove( int index ); [JScript] public function Remove( index : int );
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | The index is less than 0 or greater than or equal to the number of recurrence patterns in the collection. |
RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace | RecurrencePatterns.Remove Overload List