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