'宣言 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
- DateTime 範囲の開始日時を表す System.DateTime 値。
- end
- DateTime 範囲の終了日時を表す System.DateTime 値。
- includeAll
- 返されるリストに、指定された DateTime 範囲を含むすべての予定を 含めるかどうかを指定します。この値が false の場合、返されるリストには、 指定された DateTime 範囲内に開始する予定だけが含まれます。
戻り値の型
指定された DateTime 範囲の C1.Schedule.Appointment オブジェクトを含む System.Collections.Generic.List`1 リスト。