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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(BaseObject,String,DateTime,DateTime,Boolean) メソッド
The BaseObject object determining the appointment group.
The System.String value determining the type of grouping.
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.
The System.Boolean value determining whether to include private appointments.
Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval.
シンタックス
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal groupOwner As BaseObject, _
   ByVal groupBy As System.String, _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal includePrivateAppointments As System.Boolean _
) As AppointmentList
public AppointmentList GetOccurrences( 
   BaseObject groupOwner,
   System.string groupBy,
   System.DateTime start,
   System.DateTime end,
   System.bool includePrivateAppointments
)

パラメータ

groupOwner
The BaseObject object determining the appointment group.
groupBy
The System.String value determining the type of grouping.
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.
includePrivateAppointments
The System.Boolean value determining whether to include private appointments.

戻り値の型

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

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