Scheduler for WinForms
GetIntervalAppointments メソッド (DateAppointmentsCollection)

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > DateAppointmentsCollection クラス : GetIntervalAppointments メソッド
The System.DateTime value representing the beginning of the DateTime range.
The System.DateTime value representing the end of the DateTime range.
Specifies whether the returned list contains all appointments intercepting the specified DateTime range. If this value is False, the returned list will contain only appointments starting within the specified DateTime range.
Gets a System.Collections.Generic.List`1 containing C1.Schedule.Appointment objects for the specified DateTime range.
シンタックス
'宣言
 
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
The System.DateTime value representing the beginning of the DateTime range.
end
The System.DateTime value representing the end of the DateTime range.
includeAll
Specifies whether the returned list contains all appointments intercepting the specified DateTime range. If this value is False, the returned list will contain only appointments starting within the specified DateTime range.

戻り値の型

The System.Collections.Generic.List`1 list containing C1.Schedule.Appointment objects for the specified DateTime range.
参照

DateAppointmentsCollection クラス
DateAppointmentsCollection メンバ