Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarDayOfWeekSlotLoadingEventArgs Class / IsWeekend Property


In This Topic
    IsWeekend Property
    In This Topic
    Gets whether the day is in the weekend.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsWeekend As Boolean
    'Usage
     
    
    Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
    Dim value As Boolean
     
    value = instance.IsWeekend
    public bool IsWeekend {get;}
    See Also