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


In This Topic
    DayOfWeek Property
    In This Topic
    Gets the day of week for the corresponding day of week slot.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DayOfWeek As DayOfWeek
    'Usage
     
    
    Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
    Dim value As DayOfWeek
     
    value = instance.DayOfWeek
    public DayOfWeek DayOfWeek {get;}
    See Also