Class DtcoDailyRestForDrivingTime
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 DtcoDailyRestForDrivingTime : DtcoObject
Properties
| Improve this Doc View SourceAnalysisTimestamp
Gets or sets the analysis date
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 |
CurrentRestDuration
Gest or sets the current rest duration
Declaration
public DtcoDate CurrentRestDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
IsFirstPartOfSplitAlreadyDone
Gets or sets whether the first part of split is already done
Declaration
public bool IsFirstPartOfSplitAlreadyDone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMultipleDriverModeActive
Gets or sets whether the multiple driver mode is active
Declaration
public bool IsMultipleDriverModeActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNextRestReduced
Gets or seth whether the next rest is reduced
Declaration
public bool IsNextRestReduced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxAllowedDuration
Gets or sets the max allowed duration
Declaration
public DtcoDate MaxAllowedDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
MaxEndTimeWithNormalRest
Gets or sets the max end time without normal rest
Declaration
public DateTime MaxEndTimeWithNormalRest { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MaxEndTimeWithReducedRest
Gets or sets the max end time with reduced rest
Declaration
public DateTime MaxEndTimeWithReducedRest { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MinDurationOfNextRest
Gets or sets the minimum duration of the next rest
Declaration
public DtcoDate MinDurationOfNextRest { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
NrOfAllowedReducedResttimes
Gets or sets the number of allowed reduced rest times
Declaration
public int NrOfAllowedReducedResttimes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NrOfUsedReducedResttimes
Gets or sets the number of used reduced rest times
Declaration
public int NrOfUsedReducedResttimes { 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 |