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