Scheduler for WPF
GetOccurrences(Appointment,DateTime,DateTime) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(Appointment,DateTime,DateTime) メソッド
The Appointment object representing the master appointment.
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 list of occurrences of the specified master appointment in the specified time interval.
シンタックス
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal appointment As Appointment, _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As AppointmentList
public AppointmentList GetOccurrences( 
   Appointment appointment,
   System.DateTime start,
   System.DateTime end
)

パラメータ

appointment
The Appointment object representing the master appointment.
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 メンバ
オーバーロード一覧