'宣言 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リスト。