Scheduler for WinForms
GetIntervalAppointments メソッド (DateAppointmentsCollection)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.Printing 名前空間 > DateAppointmentsCollection クラス : GetIntervalAppointments メソッド
日付範囲の開始日を示す System.DateTime値。
日付範囲の終了日を示す System.DateTime値。
指定した日付範囲に挟まれているすべての予定を含むリストを含むかどうかを指定。この値が false の場合、指定された日付範囲から開始される予定を含むリストが返される。
指定された日付範囲の C1.C1Schedule.Appointmentオブジェクトを含む System.Collections.Generic.List`1を取得します。
シンタックス
'宣言
 
Public Function GetIntervalAppointments( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal includeAll As System.Boolean _
) As System.Collections.Generic.List(Of Appointment)
public System.Collections.Generic.List<Appointment> GetIntervalAppointments( 
   System.DateTime start,
   System.DateTime end,
   System.bool includeAll
)

パラメータ

start
日付範囲の開始日を示す System.DateTime値。
end
日付範囲の終了日を示す System.DateTime値。
includeAll
指定した日付範囲に挟まれているすべての予定を含むリストを含むかどうかを指定。この値が false の場合、指定された日付範囲から開始される予定を含むリストが返される。

戻り値の型

指定された日付範囲の C1.C1Schedule.Appointmentオブジェクトを含む System.Collections.Generic.List`1リスト。
参照

DateAppointmentsCollection クラス
DateAppointmentsCollection メンバ