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

ScheduleDay.WorkTimes Property

Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public WorkTimeCollection WorkTimes { get; }

Property Value

Type Description
WorkTimeCollection

A collection of WorkTime objects that specify work intervals in the day’s schedule.

See Also