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

Exports a list of timesheets in the QuickBooks timer file format based on the mapping stored corresponding to a particular group.

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

Syntax

C#
public string ExportTimesheets(
	int groupId,
	ArrayList timesheetList
)
Visual Basic (Declaration)
Public Function ExportTimesheets ( _
	groupId As Integer, _
	timesheetList As ArrayList _
) As String
Visual C++
public:
String^ ExportTimesheets(
	int groupId, 
	ArrayList^ timesheetList
)

Parameters

groupId
Type: System..::.Int32
The unique id for the group.
timesheetList
Type: System.Collections..::.ArrayList
ArrayList of ids of the timesheets to be exported.

Return Value

Text string containing the exported timesheets in the QuickBooks timer file format.

See Also