FetchAppointmentsEventArgs(TimeInterval) Constructor
Initializes a new instance of the FetchAppointmentsEventArgs class with the specified time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
interval | TimeInterval | A TimeInterval value which represents the time interval for which the appointments are requested. |
See Also