[]
Creates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.
public VisualInterval(C1Scheduler scheduler, SchedulerGroupItem ownerGroup, DateTime startTime, TimeSpan timescale)
Public Sub New(scheduler As C1Scheduler, ownerGroup As SchedulerGroupItem, startTime As Date, timescale As TimeSpan)
| Type | Name | Description |
|---|---|---|
| C1Scheduler | scheduler | A C1Scheduler that VisualInterval is created for. |
| SchedulerGroupItem | ownerGroup | A SchedulerGroupItem that VisualInterval is created for. |
| DateTime | startTime | A start time of a time range represented by the VisualInterval. |
| TimeSpan | timescale | A TimeSpan of a time range represented by the VisualInterval. |