'宣言 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オブジェクト。