'宣言 Public Overloads ReadOnly Property Item( _ ByVal start As System.Date, _ ByVal end As System.Date _ ) As DateAppointmentsCollection
public DateAppointmentsCollection Item( System.DateTime start, System.DateTime end ) {get;}
パラメータ
- start
- 日付範囲の開始日を表す System.DateTime値。
- end
- 日付範囲の終了日を表す System.DateTime値。