'Declaration
Public Function New( _ ByVal scheduler As C1Scheduler, _ ByVal ownerGroup As SchedulerGroupItem, _ ByVal startTime As Date, _ ByVal timescale As TimeSpan _ )
public VisualInterval( C1Scheduler scheduler, SchedulerGroupItem ownerGroup, DateTime startTime, TimeSpan timescale )
Parameters
- scheduler
- A C1Scheduler that VisualInterval is created for.
- ownerGroup
- A SchedulerGroupItem that VisualInterval is created for.
- startTime
- A start time of a time range represented by the VisualInterval.
- timescale
- A TimeSpan of a time range represented by the VisualInterval.