Table of Contents

Class DutyStatusCycleAvailability

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

Represents total cycle hours that will be available in the up coming days.

public class DutyStatusCycleAvailability
Inheritance
DutyStatusCycleAvailability
Inherited Members

Constructors

DutyStatusCycleAvailability(DateTime, TimeSpan)

Initializes a new instance of the DutyStatusCycleAvailability class.

public DutyStatusCycleAvailability(DateTime dateTime, TimeSpan available)

Parameters

dateTime DateTime

The dateTime.

available TimeSpan

The available.

Properties

Available

Gets the amount of cycle time available.

public TimeSpan Available { get; }

Property Value

TimeSpan

The amount of cycle time available.

DateTime

Gets the cycle gain date.

public DateTime DateTime { get; }

Property Value

DateTime

The cycle gain date.

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int