AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval) Method
Gets all appointments including occurrences and exceptions which are located in the specified time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
public virtual AppointmentBaseCollection GetAppointmentsExpandingPatterns(
TimeInterval interval
)
Public Overridable Function GetAppointmentsExpandingPatterns(
interval As TimeInterval
) As AppointmentBaseCollection
Parameters
Name | Type | Description |
---|---|---|
interval | TimeInterval | A TimeInterval object specifying the time interval to search. |
Returns
Type | Description |
---|---|
AppointmentBaseCollection | An AppointmentBaseCollection object containing appointments in the specified interval. |
Implements
DevExpress.XtraScheduler.Native.IInternalAppointmentStorage.GetAppointmentsExpandingPatterns(TimeInterval)
See Also
Feedback