Class DtcoWeeklyRestTime
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 DtcoWeeklyRestTime : 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 |
CurrentRestDuration
Gets or sets the current rest duration
Declaration
public DtcoDate CurrentRestDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
DetectedReducedWeeklyRestsToCompensate
Gets or sets the detected reduced weekly rests to compensate
Declaration
public List<DtcoDetectedReducedWeeklyRestsToCompensate> DetectedReducedWeeklyRestsToCompensate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DtcoDetectedReducedWeeklyRestsToCompensate> |
DurationOfLastWeeklyRest
Gets or sets the duration of last weekly rest
Declaration
public DtcoDate DurationOfLastWeeklyRest { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
LastNormalRestEndDate
Gets or sets the last normal rest end date
Declaration
public DateTime LastNormalRestEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MaxAllowedDuration
Gets or sets the max allowed duration
Declaration
public DtcoDate MaxAllowedDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
MinDurationOfNextRest
Gets or sets the minimum duration of the next rest
Declaration
public DtcoDate MinDurationOfNextRest { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
NextRestStartDate
Gets or sets the next rest start date
Declaration
public DateTime NextRestStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
RemainingDuration
Gets or sets the remaining duration
Declaration
public DtcoDate RemainingDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
WeekRestActivityInfo
Gets or sets the week rest acticity info
Declaration
public List<DtcoWeekRestActivityInfo> WeekRestActivityInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DtcoWeekRestActivityInfo> |