'Declaration 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;}
Parameters
- start
- The System.DateTime value representing the beginning of the date range.
- end
- The System.DateTime value representing the end of the date range.