Table of Contents

Class TachographDataFileSearch.ActivityTimestampBetweenSearch

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

Filter to search the files in a period of activity time.

public class TachographDataFileSearch.ActivityTimestampBetweenSearch
Inheritance
TachographDataFileSearch.ActivityTimestampBetweenSearch
Inherited Members

Constructors

ActivityTimestampBetweenSearch()

public ActivityTimestampBetweenSearch()

Properties

FromActivityTimestamp

Gets or sets search for TachographFile records whose activity period starts.

public DateTime? FromActivityTimestamp { get; set; }

Property Value

DateTime?

DateTime

ToActivityTimestamp

Gets or sets search for TachographFile records whose activity period ends.

public DateTime? ToActivityTimestamp { get; set; }

Property Value

DateTime?

DateTime