ComponentOne Scheduler for WinForms
RemoveAt Method (DateList)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > DateList Class : RemoveAt Method
The zero-based index of the item remove to.
Removes item at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the item remove to.
See Also

Reference

DateList Class
DateList Members