[]
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)
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. |