'Declaration
Public Overloads ReadOnly Property Item( _ ByVal start As Date, _ ByVal end As Date _ ) As DateAppointmentsCollection
public DateAppointmentsCollection Item( DateTime start, 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.