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

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