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

QueryWorkTimeEventArgs(TimeInterval, Resource) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public QueryWorkTimeEventArgs(
    TimeInterval interval,
    Resource resource
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object that is the working time interval.

resource Resource

A Resource object, for which the working time is queried.

See Also