Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SmallStartTimeChange Property

In This Topic
    SmallStartTimeChange Property (C1Scheduler)
    In This Topic
    Gets or sets a TimeSpan used to change the C1Scheduler.VisualStartTime property by the C1Scheduler.IncrementStartTimeSmall and C1Scheduler.DecrementStartTimeSmall methods and the C1Scheduler.IncrementStartTimeSmallCommand and C1Scheduler.DecrementStartTimeSmallCommand commands. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SmallStartTimeChange As TimeSpan
    public TimeSpan SmallStartTimeChange {get; set;}
    See Also