Class WorkdaySummary
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class WorkdaySummary
- Inheritance
-
WorkdaySummary
- Inherited Members
Constructors
WorkdaySummary()
public WorkdaySummary()
Properties
DriveExtension
Gets or sets the amount the driving limit was extended.
public TimeSpan? DriveExtension { get; set; }
Property Value
FromDate
Gets or sets the from date.
public DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets the to date.
public DateTime? ToDate { get; set; }
Property Value
WorkdayExtension
Gets or sets the amount the workday limit was extended.
public TimeSpan? WorkdayExtension { get; set; }