Table of Contents

Class DaySummary

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

false DaySummary.

public class DaySummary
Inheritance
DaySummary
Inherited Members

Constructors

DaySummary()

public DaySummary()

Properties

DateTime

Gets or sets the DateTime.

public DateTime DateTime { get; set; }

Property Value

DateTime

DateTime

DeferralInfo

Gets or sets the deferral info.

public DeferralInfo? DeferralInfo { get; set; }

Property Value

DeferralInfo

List of RestInfo.

DriveTotal

Gets or sets the time spent in D status.

public TimeSpan? DriveTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

OffTotal

Gets or sets the time spent in OFF status.

public TimeSpan? OffTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

OnTotal

Gets or sets the time spent in ON status.

public TimeSpan? OnTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

PersonalConveyanceTotal

Gets or sets the time spent in PC status.

public TimeSpan? PersonalConveyanceTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

RestInfos

Gets or sets the rest info.

public List<RestInfo>? RestInfos { get; set; }

Property Value

List<RestInfo>

List of RestInfo.

SleeperBerthTotal

Gets or sets the time spent in SB status.

public TimeSpan? SleeperBerthTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

WaitTimeTotal

Gets or sets the time spent in WT status.

public TimeSpan? WaitTimeTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.

YardMoveTotal

Gets or sets the time spent in YM status.

public TimeSpan? YardMoveTotal { get; set; }

Property Value

TimeSpan?

TimeSpan.