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


In This Topic
    FirstDayOfWeek Property
    In This Topic
    Gets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar.
    Syntax
    'Declaration
     
    
    Public Property FirstDayOfWeek As Nullable(Of DayOfWeek)
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Nullable(Of DayOfWeek)
     
    instance.FirstDayOfWeek = value
     
    value = instance.FirstDayOfWeek
    public Nullable<DayOfWeek> FirstDayOfWeek {get; set;}
    See Also