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.Remove (Int32)

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
);

Parameters

index
The numeric index that identifies the recurrence pattern in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The index is less than 0 or greater than or equal to the number of recurrence patterns in the collection.

See Also

RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace | RecurrencePatterns.Remove Overload List