'宣言 Public Function New( _ ByVal scheduler As C1Scheduler, _ ByVal ownerGroup As SchedulerGroupItem, _ ByVal startTime As System.Date, _ ByVal timescale As System.TimeSpan _ )
public VisualInterval( C1Scheduler scheduler, SchedulerGroupItem ownerGroup, System.DateTime startTime, System.TimeSpan timescale )
パラメータ
- 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.