バージョン

Item(DateTime) プロパティ

指定した日付に一致する Appointment.OriginalStartDateTime を持つ Appointment オブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal originalStartDate As Date _
) As Appointment
public Appointment Item( 
   DateTime originalStartDate
) {get;}

パラメータ

originalStartDate
解説

注: このオーバー読み込みは、指定した日付がどのメンバーの Appointment.OriginalStartDateTime とも一致しない場合、例外をスローしません

指定した originalStartDate の日付部分のみが検索に使用されます。

参照