[]
        
(Showing Draft Content)

C1.WPF.Schedule.VisualInterval.-ctor

VisualInterval Constructor

VisualInterval(C1Scheduler, SchedulerGroupItem, DateTime, TimeSpan)

Creates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.

Declaration
public VisualInterval(C1Scheduler scheduler, SchedulerGroupItem ownerGroup, DateTime startTime, TimeSpan timescale)
Parameters
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.