Table of Contents

Interface IWorkTimeProvider

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

The interface that is used to retrieve WorkTime value from an object that implements this interface.

public interface IWorkTimeProvider

Properties

WorkTime

Gets the WorkTime.

WorkTime? WorkTime { get; }

Property Value

WorkTime

WorkTime