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