Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarItem Class / MonthFullName Property

In This Topic
    MonthFullName Property (C1CalendarItem)
    In This Topic
    Gets a full name of a month currently represented by calendar taking into account current culture.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MonthFullName As String
    public string MonthFullName {get;}
    See Also