Gets a List<(Of <(<'T>)>)> containing Appointment
objects for the specified DateTime range.
Namespace:
C1.C1Schedule.PrintingAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public List<Appointment> GetIntervalAppointments( DateTime start, DateTime end, bool includeAll ) |
Visual Basic (Declaration) |
---|
Public Function GetIntervalAppointments ( _ start As DateTime, _ end As DateTime, _ includeAll As Boolean _ ) As List(Of Appointment) |
Parameters
- start
- Type: System..::..DateTime
The DateTime value representing the beginning of the DateTime range.
- end
- Type: System..::..DateTime
The DateTime value representing the end of the DateTime range.
- includeAll
- Type: System..::..Boolean
Specifies whether the returned list contains all appointments intercepting the specified DateTime range. If this value is False, the returned list will contain only appointments starting within the specified DateTime range.