Table of Contents

Class TachographDataFileSearch.FloorToCeilingTimestampSearch

Namespace
Geotab.Checkmate.ObjectModel.Tachograph.Files
Assembly
Geotab.Checkmate.ObjectModel.dll

Filter to search the files in a period of time from floor to ceiling.

public class TachographDataFileSearch.FloorToCeilingTimestampSearch
Inheritance
TachographDataFileSearch.FloorToCeilingTimestampSearch
Inherited Members

Constructors

FloorToCeilingTimestampSearch()

public FloorToCeilingTimestampSearch()

Properties

FromTimestamp

Gets or sets search for TachographFile records that were generated at this date or after.

public DateTime? FromTimestamp { get; set; }

Property Value

DateTime?

DateTime

ToTimestamp

Gets or sets search for TachographFile records that were generated at this date or before.

public DateTime? ToTimestamp { get; set; }

Property Value

DateTime?

DateTime