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

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > Item プロパティ : Item(DateTime,DateTime) プロパティ
The System.DateTime value representing the beginning of the date range.
The System.DateTime value representing the end of the date range.
Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
シンタックス
'宣言
 
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
The System.DateTime value representing the beginning of the date range.
end
The System.DateTime value representing the end of the date range.

プロパティ値

The DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
解説
Resulting collection always contains the subset of the current collection. All days out of this collection date range are omitted.
参照

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