Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / FullDayNames Property

In This Topic
    FullDayNames Property
    In This Topic
    Gets an array of culture specific full day names.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FullDayNames As ReadOnlyObservableCollection(Of String)
    public ReadOnlyObservableCollection<string> FullDayNames {get;}
    See Also