WorkTimeValidationEventArgs(TimeOfDayIntervalCollection, TimeInterval, Resource) Constructor
In This Article
Initializes new instance of the WorkTimeValidationEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public WorkTimeValidationEventArgs(
TimeOfDayIntervalCollection workTimes,
TimeInterval timeInterval,
Resource resource
)
#Parameters
Name | Type | Description |
---|---|---|
work |
Time |
A Time |
time |
Time |
A Time |
resource | Resource | A Resource object representing a resource for which the work times are validated. |
See Also