Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / IncrementStartTimeSmall Method

In This Topic
    IncrementStartTimeSmall Method (C1Scheduler)
    In This Topic
    Increments the C1Scheduler.VisualStartTime property value on the amount specified in the C1Scheduler.SmallStartTimeChange property.
    Syntax
    'Declaration
     
    
    Public Sub IncrementStartTimeSmall() 
    public void IncrementStartTimeSmall()
    Remarks
    This method implements the C1Scheduler.IncrementStartTimeSmallCommand command.
    See Also