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

Sets the punch clock user profile

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

Syntax

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

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
tp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.PunchClockUserProfile

Return Value

See Also