Class EwdWorkPeriod
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
EWD Work/Rest Configuration for the Driver.
public class EwdWorkPeriod
- Inheritance
-
EwdWorkPeriod
- Inherited Members
Constructors
EwdWorkPeriod()
public EwdWorkPeriod()
Properties
LongNightWork
Gets or sets the work time (outside of the period midnight to 6.00 am) that is in excess of 12 hours of work in a 24 hour period or any work time between midnight and 6 am (or the equivalent hours in the Timezone of the base of a driver).
public int? LongNightWork { get; set; }
Property Value
- int?
The long night work time.
WorkMaximum
Gets or sets the maximum work duration.
public int WorkMaximum { get; set; }
Property Value
- int
The maximum work duration.