Interface IDuration
Interface for Signals supporting Durations
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
[ModelEntityInterface]
public interface IDuration
Properties
BeginTime
Gets or sets the BeginTime of the signal
Declaration
DateTime BeginTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DurationInHours
Gets the duration of the timesheet record in hours
Declaration
decimal? DurationInHours { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
EndTime
Gets or sets the EndTime of the signal
Declaration
DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |