Scheduler for UWP/WinRT
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 オブジェクトのインスタンスを作成します(まだ作成されていない場合)。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback