Class OdometerResult
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents an odometer value at a specific date and time.
public class OdometerResult
- Inheritance
-
OdometerResult
- Inherited Members
Constructors
OdometerResult(double?, DateTime)
Initializes a new instance of the OdometerResult class.
public OdometerResult(double? valueInMeters, DateTime dateTime)
Parameters
Properties
DateTime
Gets the DateTime.
public DateTime DateTime { get; }
Property Value
- DateTime
The time odometer calculated for.
ValueInMeters
Gets the odometer value in meters.
public double? ValueInMeters { get; }
Property Value
- double?
The odometer value in meters.