[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.TEAssembly: 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.