Class DeviceDateRangeLimit
- Namespace
- Geotab.Checkmate.ObjectModel.Limits
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The class specifies DateTime limits for ActiveFrom and ActiveTo values. Please do not use for any new development.
public static class DeviceDateRangeLimit
- Inheritance
-
DeviceDateRangeLimit
- Inherited Members
Fields
GpsMinValue
Returns the absolute minimum valid (ingestable) GPS DateTime in UTC.
public static readonly DateTime GpsMinValue
Field Value
MaxValue
The absolute maximum DateTime value in UTC.
public static readonly DateTime MaxValue
Field Value
MinValue
The absolute minimum DateTime value in UTC.
public static readonly DateTime MinValue
Field Value
Methods
GetGpsMaxValue(in DateTime)
Returns the dynamic maximum valid (ingestable) GPS DateTime calculated relative to current UTC time stamp.
public static DateTime GetGpsMaxValue(in DateTime utcNow)
Parameters
utcNow
DateTimeThe current UTC time stamp.