Scheduler for WinForms
Item(DateTime,DateTime) プロパティ

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > Item プロパティ : Item(DateTime,DateTime) プロパティ
日付範囲の開始日を表す System.DateTime値。
日付範囲の終了日を表す System.DateTime値。
指定された日付範囲の DateAppointmentsオブジェクトを含む新しい DateAppointmentsCollectionコレクションを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As DateAppointmentsCollection
public DateAppointmentsCollection Item( 
   System.DateTime start,
   System.DateTime end
) {get;}

パラメータ

start
日付範囲の開始日を表す System.DateTime値。
end
日付範囲の終了日を表す System.DateTime値。

プロパティ値

指定された日付範囲の DateAppointmentsを含む DateAppointmentsCollectionコレクション。
解説
結果として得られるコレクションは、常に現在のコレクションのサブセットを含みます。このコレクションの日付範囲のっすべての日出勤日は取り除かれます。
参照

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