Class DtcoDetectedReducedWeeklyRestsToCompensate
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 DtcoDetectedReducedWeeklyRestsToCompensate : 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 |
Duration
Gets or sets the duration
Declaration
public DtcoDate Duration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
EndDate
Gets or sets the end time
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Expiration
Gets or sets the expiration
Declaration
public DateTime Expiration { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TimeToCompensate
Gets or sets the time to compensate
Declaration
public DtcoDate TimeToCompensate { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
WeeklyRestTiemId
Gets or sets the weekly rest time id
Declaration
public Guid WeeklyRestTiemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |