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

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