Scheduler for UWP | ComponentOne
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 Date _
    ) 
    public void Remove( 
       DateTime item
    )

    Parameters

    item
    The System.DateTime value to remove.
    See Also