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

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(BaseObject,String,DateTime,DateTime,Boolean) メソッド
予定グループを決定する BaseObjectオブジェクト。
グループ化のタイプを決定する System.String値。
時間範囲の開始日と時間を指定する System.DateTime値。
時間範囲の終了日と時間を指定する System.DateTime値。
プライベート予定を含めるかどうかを決定する System.Boolean値。
指定された時間範囲内の Appointmentオブジェクトの完全なリストを含む AppointmentListオブジェクトを取得します。
シンタックス
'宣言
 
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
予定グループを決定する BaseObjectオブジェクト。
groupBy
グループ化のタイプを決定する System.String値。
start
時間範囲の開始日と時間を指定する System.DateTime値。
end
時間範囲の終了日と時間を指定する System.DateTime値。
includePrivateAppointments
プライベート予定を含めるかどうかを決定する System.Boolean値。

戻り値の型

AppointmentListオブジェクト。
解説
繰り返し発生する予定のインスタンスがまだ作成されていない場合、このメソッドは Appointmentオブジェクトのインスタンスを作成します。
参照

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