Skip to main content
A newer version of this page is available. .

TimeIntervalsValidationEventArgs(TimeIntervalCollection) Constructor

Initializes a new instance of the TimeIntervalsValidationEventArgs class with the specified time interval settings.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public TimeIntervalsValidationEventArgs(
    TimeIntervalCollection intervals
)

Parameters

Name Type Description
intervals TimeIntervalCollection

A TimeIntervalCollection object containing time intervals.

See Also