Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ScheduleTheme Class / ShortMonthDayFormat Property

In This Topic
    ShortMonthDayFormat Property (ScheduleTheme)
    In This Topic
    Gets or sets the System.String value which determines format string used to show date in month view day headers.
    Syntax
    'Declaration
     
    Public Property ShortMonthDayFormat As System.String
    public System.string ShortMonthDayFormat {get; set;}
    Remarks
    The default value is empty string.
    See Also