Interface ITimesheet
Defines the properties that a Timesheet model entity has to provide
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
[ModelEntityInterface]
[Obsolete("use TimeCockpit.Data.DataModel.IDuration instead")]
public interface ITimesheet
Properties
DurationInHours
Gets the duration of the timesheet record in hours
Declaration
decimal DurationInHours { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
EndDate
Gets or sets the end date+time of the timesheet record
Declaration
DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartDate
Gets or sets the start date+time of the timesheet record
Declaration
DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |