[This is preliminary documentation and is subject to change.]

Gets the details of all the timesheet detail items for a particular timesheet identified by timesheetId.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetTimesheetDetails(
	int timesheetId
)
Visual Basic (Declaration)
Public Function GetTimesheetDetails ( _
	timesheetId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetTimesheetDetails(
	int timesheetId
)

Parameters

timesheetId
Type: System..::.Int32
Id of the timesheet for which all the individual timesheet detail items are to be retrieved.

Return Value

ArrayList of TimesheetDetailInfo object containing all the details of the individual timesheet detail items for a particular timesheet.

See Also