SmallStartTimeChange Property (C1Scheduler)
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