[This is preliminary documentation and is subject to change.]

Updates the Timesheet payroll overheads

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdTePayrollOverheads(
	int payrollCategoryId,
	int userId,
	double availableTime,
	double usedTime,
	bool isActive
)
Visual Basic (Declaration)
Public Sub UpdTePayrollOverheads ( _
	payrollCategoryId As Integer, _
	userId As Integer, _
	availableTime As Double, _
	usedTime As Double, _
	isActive As Boolean _
)
Visual C++
public:
void UpdTePayrollOverheads(
	int payrollCategoryId, 
	int userId, 
	double availableTime, 
	double usedTime, 
	bool isActive
)

Parameters

payrollCategoryId
Type: System..::.Int32
The unique id of the payroll category
userId
Type: System..::.Int32
The unique id of the user
availableTime
Type: System..::.Double
The available time
usedTime
Type: System..::.Double
The used time
isActive
Type: System..::.Boolean
true, if the overhead is active

See Also