Removes specified item from the wrapped list.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Remove(
	DateTime item
)
Visual Basic
Public Sub Remove ( _
	item As DateTime _
)

Parameters

item
Type: System..::..DateTime
The DateTime value to remove.

See Also