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