Class DutyStatusRecap
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents a single days total hours that count towards the cycle limit.
public class DutyStatusRecap
- Inheritance
-
DutyStatusRecap
- Inherited Members
Constructors
DutyStatusRecap(DateTime, TimeSpan)
Initializes a new instance of the DutyStatusRecap class.
public DutyStatusRecap(DateTime dateTime, TimeSpan duration)
Parameters
Properties
DateTime
Gets the recap date.
public DateTime DateTime { get; }
Property Value
- DateTime
The recap date.
Duration
Gets the duration of time counting towards cycle.
public TimeSpan Duration { get; }
Property Value
- TimeSpan
The duration of time counting towards cycle.
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()