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

Sets the group profile for the timesheet

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

Syntax

C#
public int SetTimesheetGroupProfile(
	int groupId,
	TimesheetGroupProfile tp
)
Visual Basic (Declaration)
Public Function SetTimesheetGroupProfile ( _
	groupId As Integer, _
	tp As TimesheetGroupProfile _
) As Integer
Visual C++
public:
int SetTimesheetGroupProfile(
	int groupId, 
	TimesheetGroupProfile^ tp
)

Parameters

groupId
Type: System..::.Int32
tp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.TimesheetGroupProfile

Return Value

See Also