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

Deletes all the individual timesheet detail items corresponding to a particular timesheet identified by timesheetId.

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

Syntax

C#
public int DeleteTimesheetDetails(
	int timesheetId
)
Visual Basic (Declaration)
Public Function DeleteTimesheetDetails ( _
	timesheetId As Integer _
) As Integer
Visual C++
public:
int DeleteTimesheetDetails(
	int timesheetId
)

Parameters

timesheetId
Type: System..::.Int32
Id of the timesheet for which all the individual timesheet items are to deleted.

Return Value

0 when successful, -1 in case of an error.

See Also