Table of Contents

Class WorkdaySummary

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

false DaySummary.

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

TimeSpan?

TimeSpan.

FromDate

Gets or sets the from date.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets the to date.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime

WorkdayExtension

Gets or sets the amount the workday limit was extended.

public TimeSpan? WorkdayExtension { get; set; }

Property Value

TimeSpan?

TimeSpan.