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

In This Topic
    TimeRulerFormat2 Property (ScheduleTheme)
    In This Topic
    Gets or sets the System.String value which determines time format string used in the time ruler for displaying times other then the beginning of the hour.
    Syntax
    'Declaration
     
    Public Property TimeRulerFormat2 As System.String
    public System.string TimeRulerFormat2 {get; set;}
    Remarks
    The default value is empty string.
    See Also