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

C1.UWP.Schedule アセンブリ > 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 メンバ
オーバーロード一覧