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

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