Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarHelper Class / FullMonthNames Property

In This Topic
    FullMonthNames Property (CalendarHelper)
    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