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

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

    Parameters

    item
    See Also