C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / DateList Class / Remove Method
The System.DateTime value to remove.

In This Topic
Remove Method (DateList)
In This Topic
Removes specified item from the wrapped list.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As System.Date _
) 
 

Parameters

item
The System.DateTime value to remove.
See Also