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

WorkTimeValidationEventArgs(TimeOfDayIntervalCollection, TimeInterval, Resource) Constructor

Initializes new instance of the WorkTimeValidationEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.Reporting

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

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