Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / TimeInterval Property

In This Topic
    TimeInterval Property
    In This Topic
    Gets or sets the TimeScaleEnum value specifying the time interval which is used for displaying time slots in the DayView.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("CalendarInfo.TimeInterval", "The default time interval for displaying time slots.")>
    Public Property TimeInterval As TimeScaleEnum
    [C1Category("CalendarInfo")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("CalendarInfo.TimeInterval", "The default time interval for displaying time slots.")]
    public TimeScaleEnum TimeInterval {get; set;}
    See Also