[This is preliminary documentation and is subject to change.]
Updates all the Comments related to a particular timesheet into the database.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int UpdateTimesheetCommentInfo( TimesheetCommentInfo tci ) |
Visual Basic (Declaration) |
---|
Public Function UpdateTimesheetCommentInfo ( _ tci As TimesheetCommentInfo _ ) As Integer |
Visual C++ |
---|
public: int UpdateTimesheetCommentInfo( TimesheetCommentInfo^ tci ) |
Parameters
- tci
- Type: OfficeClip.BusinessLayer.TE..::.TimesheetCommentInfo
Instance of the TimesheetCommentInfo object containing the Comment information related to a particular timesheet.