[This is preliminary documentation and is subject to change.]
Gets all the Comments 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 ArrayList GetTimesheetInfoComments( int timesheetId ) |
Visual Basic (Declaration) |
---|
Public Function GetTimesheetInfoComments ( _ timesheetId As Integer _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ GetTimesheetInfoComments( int timesheetId ) |
Parameters
- timesheetId
- Type: System..::.Int32
Id of the timesheet for which all the Comments are to be retrieved.