Creates a new VisualInterval object for the specified
C1Scheduler that represents the specified time range.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public VisualInterval( C1Scheduler scheduler, SchedulerGroupItem ownerGroup, DateTime startTime, TimeSpan timescale ) |
Visual Basic |
---|
Public Sub New ( _ scheduler As C1Scheduler, _ ownerGroup As SchedulerGroupItem, _ startTime As DateTime, _ timescale As TimeSpan _ ) |
Parameters
- scheduler
- Type: C1.Silverlight.Schedule..::..C1Scheduler
A C1Scheduler that VisualInterval is created for.
- ownerGroup
- Type: C1.Silverlight.Schedule..::..SchedulerGroupItem
A SchedulerGroupItem 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.