Scheduler for WinForms
GetOccurrences(DateTime,DateTime) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(DateTime,DateTime) メソッド
The System.DateTime value which specifies the start date and time of the interval.
The System.DateTime value which specifies the end date and time of the interval.
Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval.
シンタックス
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As AppointmentList
public AppointmentList GetOccurrences( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
The System.DateTime value which specifies the start date and time of the interval.
end
The System.DateTime value which specifies the end date and time of the interval.

戻り値の型

The AppointmentList object.
解説
This method will create instances of the Appointment object for recurring appointments if they haven't been created yet.
参照

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