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

Gets all the details corresponding to a particular timesheet identified by timesheetId.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  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.

Return Value

Instance of the TimesheetInfo object containing all the information related to a particular timesheet. TimesheetInfo

See Also