Removes specified item from the wrapped list.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Parameters

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

See Also