TimeIntervalEventArgs(TimeInterval) Constructor
Initializes a new instance of the TimeIntervalEventArgs class with the specified time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| interval | TimeInterval | A TimeInterval value which represents the event’s time interval. This value is assigned to the TimeIntervalEventArgs.Interval property. |
See Also