Interface IDateTimeProvider
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for an entity with a date.
public interface IDateTimeProvider
Properties
DateTime
Gets the date.
DateTime? DateTime { get; }