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

Returns the status of the timesheets submitted for a range of weeks

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

Syntax

C#
public DataTable TimesheetSubmissions(
	int groupId,
	int numWeeks
)
Visual Basic (Declaration)
Public Function TimesheetSubmissions ( _
	groupId As Integer, _
	numWeeks As Integer _
) As DataTable
Visual C++
public:
DataTable^ TimesheetSubmissions(
	int groupId, 
	int numWeeks
)

Parameters

groupId
Type: System..::.Int32
The system provided unique id of the current group
numWeeks
Type: System..::.Int32
The number of weeks from the current week

Return Value

See Also