Search
DateCollection.RemoveAt Method
See Also
 





Removes the DateTime object at the specified index of this collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public new void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Shadows Sub RemoveAt( _
    index As Integer _
)

 Parameters

index
The zero-based index of the DateTime object to remove.

 See Also