[This is preliminary documentation and is subject to change.]
Inserts all the information related to a task.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int updateTimesheetTaskInfo( TimesheetTaskInfo ttsi ) |
Visual Basic (Declaration) |
---|
Public Function updateTimesheetTaskInfo ( _ ttsi As TimesheetTaskInfo _ ) As Integer |
Visual C++ |
---|
public: int updateTimesheetTaskInfo( TimesheetTaskInfo^ ttsi ) |
Parameters
- ttsi
- Type: OfficeClip.BusinessLayer.TE..::.TimesheetTaskInfo
Instance of the TimesheetTaskInfo object containing all the information related to the timesheet tasks. TimesheetTaskInfo