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

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