バージョン

GetAppointmentsInRange(DateTime,DateTime,Boolean) メソッド

指定した日付範囲内に一部でも含まれている Appointment オブジェクトのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Function GetAppointmentsInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal includeNonVisibleOwners As Boolean _
) As AppointmentsSubsetCollection

パラメータ

startDateTime
予定の最も早い開始日時。
endDateTime
予定の最も遅い終了日時。
includeNonVisibleOwners
VisibleプロパティがFalseのオーナーに関連付けられた予定を含めるかどうかを指定します。

戻り値の型

startDateTime および endDateTime と重なる Appointment オブジェクトをすべて含む AppointmentsSubsetCollection
参照