Scheduler for WPF
Item(DateTime) プロパティ

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > VisualIntervalCollection クラス > Item プロパティ : Item(DateTime) プロパティ
DateTime for which a VisualInterval to find.
Gets a VisualInterval that includes the specified DateTime.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal time As System.Date _
) As VisualInterval
public VisualInterval Item( 
   System.DateTime time
) {get;}

パラメータ

time
DateTime for which a VisualInterval to find.

プロパティ値

Returns a VisualInterval that includes the specified DateTime, if exists; otherwise, a null value.
解説
A DateTime is considered as belonging to a VisualInterval if the following condition is satisfied:

StartTime <= DateTime and DateTime > EndTime

Note that the bottom boundary of the interval is exclusive, that is DateTime = EndTime is considered as not belonging to the interval.

参照

VisualIntervalCollection クラス
VisualIntervalCollection メンバ
オーバーロード一覧