Edit

Share via


DayOfTheWeekCollection.RemoveAt(Int32) Method

Definition

Removes the DayOfTheWeek enumeration value at the specified index.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index in the collection of the day to remove.

Applies to