Scheduler for WPF
VisualInterval コンストラクタ

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > VisualInterval クラス : VisualInterval コンストラクタ
A C1Scheduler that VisualInterval is created for.
A SchedulerGroupItem that VisualInterval is created for.
A start time of a time range represented by the VisualInterval.
A TimeSpan of a time range represented by the VisualInterval.
Creates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.
シンタックス
'宣言
 
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.
参照

VisualInterval クラス
VisualInterval メンバ