ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateList Class / Remove Method

In This Topic
    Remove Method (DateList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As System.Date _
    ) As System.Boolean
    public System.bool Remove( 
       System.DateTime item
    )

    Parameters

    item
    See Also