ComponentOne Scheduler for WinForms
Remove Method (DateList)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > DateList Class : Remove Method
The System.DateTime value to remove.
Removes specified item from the wrapped list.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As System.Date _
) 
public void Remove( 
   System.DateTime item
)

Parameters

item
The System.DateTime value to remove.
See Also

Reference

DateList Class
DateList Members