FetchAppointmentsEventArgs(TimeInterval) Constructor
In This Article
Initializes a new instance of the FetchAppointmentsEventArgs class with the specified time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public FetchAppointmentsEventArgs(
TimeInterval interval
)
#Parameters
Name | Type | Description |
---|---|---|
interval | Time |
A Time |
See Also