Creates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public VisualInterval(
	C1Scheduler scheduler,
	DateTime startTime,
	TimeSpan timescale
)
Visual Basic (Declaration)
Public Sub New ( _
	scheduler As C1Scheduler, _
	startTime As DateTime, _
	timescale As TimeSpan _
)

Parameters

scheduler
Type: C1.WPF.C1Schedule..::..C1Scheduler
A C1Scheduler that VisualInterval is created for.
startTime
Type: System..::..DateTime
A start time of a time range represented by the VisualInterval.
timescale
Type: System..::..TimeSpan
A TimeSpan of a time range represented by the VisualInterval.

See Also