Scheduler for UWP/WinRT
GetOccurrences(Appointment,DateTime,DateTime) メソッド

マスター予定を表す Appointment オブジェクト。
間隔の開始日時を指定する System.DateTime 値。
間隔の終了日時を指定する System.DateTime 値。
指定された時間間隔内にある指定されたマスター予定のリストを含む AppointmentList オブジェクトを取得します。
構文
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal appointment As Appointment, _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As AppointmentList
public AppointmentList GetOccurrences( 
   Appointment appointment,
   System.DateTime start,
   System.DateTime end
)

パラメータ

appointment
マスター予定を表す Appointment オブジェクト。
start
間隔の開始日時を指定する System.DateTime 値。
end
間隔の終了日時を指定する System.DateTime 値。

戻り値の型

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