Table of Contents

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

DateTime

MaxValue

The absolute maximum DateTime value in UTC.

public static readonly DateTime MaxValue

Field Value

DateTime

MinValue

The absolute minimum DateTime value in UTC.

public static readonly DateTime MinValue

Field Value

DateTime

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 DateTime

The current UTC time stamp.

Returns

DateTime

The maximum DateTime as of now in UTC.