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

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