Class DtcoDailyDrivingTime
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class DtcoDailyDrivingTime : DtcoObject
Properties
| Improve this Doc View SourceAnalysisTimestamp
Gets or sets the analysis timestamp
Declaration
public DateTime AnalysisTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CurrentDuration
Gets or sets the current duration
Declaration
public DtcoDate CurrentDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
MaxAllowedDuration
Gets or sets the max allowed duration
Declaration
public DtcoDate MaxAllowedDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
NrOfAllowedExtendedDrivingDurationsPerWeek
Gets or sets the number of allowed extended driving durations
Declaration
public int NrOfAllowedExtendedDrivingDurationsPerWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NrOfUsedExtendedDrivingDurations
Gets or sets the number of used extended driving durations
Declaration
public int NrOfUsedExtendedDrivingDurations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemainingDuration
Gets or sets the remaining duration
Declaration
public DtcoDate RemainingDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |