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

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