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
To
Gets the second or ending date in the date range.
DateTime? To { get; }