VisualTimeSpan Property (C1Scheduler)
In This Topic
Gets or sets a length of a period of time that is currently represented in the control UI. The start of the period is defined by the
C1Scheduler.VisualStartTime property. This is a dependency property.
Syntax
'Declaration
Public Property VisualTimeSpan As TimeSpan
public TimeSpan VisualTimeSpan {get; set;}
See Also