Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / LargeStartTimeChange Property

In This Topic
    LargeStartTimeChange Property (C1Scheduler)
    In This Topic
    Gets or sets a TimeSpan used to change the C1Scheduler.VisualStartTime property by the C1Scheduler.IncrementStartTimeLarge and C1Scheduler.DecrementStartTimeLarge methods and the C1Scheduler.IncrementStartTimeLargeCommand and C1Scheduler.DecrementStartTimeLargeCommand commands. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property LargeStartTimeChange As TimeSpan
    public TimeSpan LargeStartTimeChange {get; set;}
    Remarks
    If this value is not set, then the value of the C1Scheduler.VisualTimeSpan property is used.
    See Also