Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / ActualFirstDayOfWeek Property


In This Topic
    ActualFirstDayOfWeek Property
    In This Topic
    Gets the actual first day of week, if FirstDayOfWeek is not specified the value will be get from the system.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualFirstDayOfWeek As DayOfWeek
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As DayOfWeek
     
    value = instance.ActualFirstDayOfWeek
    public DayOfWeek ActualFirstDayOfWeek {get;}
    See Also