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