Table of Contents

Interface IDateRange

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

A date range.

public interface IDateRange

Properties

From

Gets the first or starting date in the date range.

DateTime? From { get; }

Property Value

DateTime?

DateTime

To

Gets the second or ending date in the date range.

DateTime? To { get; }

Property Value

DateTime?

DateTime