Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / SmallStartTimeChange Property

In This Topic
    SmallStartTimeChange Property
    In This Topic
    Gets or sets a TimeSpan used to change the VisualStartTime property by the IncrementStartTimeSmall and DecrementStartTimeSmall methods and the IncrementStartTimeSmallCommand and DecrementStartTimeSmallCommand commands. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SmallStartTimeChange As TimeSpan
    public TimeSpan SmallStartTimeChange {get; set;}
    See Also