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

Updates the payroll overheads

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

Syntax

C#
public void UpdTePayrollOverheads(
	int timesheetId,
	bool isAdd
)
Visual Basic (Declaration)
Public Sub UpdTePayrollOverheads ( _
	timesheetId As Integer, _
	isAdd As Boolean _
)
Visual C++
public:
void UpdTePayrollOverheads(
	int timesheetId, 
	bool isAdd
)

Parameters

timesheetId
Type: System..::.Int32
isAdd
Type: System..::.Boolean

See Also