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

Punch day information constructor

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

Syntax

C#
public PunchDayInfo(
	int userId,
	DateTime punchDate,
	PunchTimeInfo punchTime1,
	PunchTimeInfo punchTime2,
	PunchTimeInfo punchTime3,
	PunchTimeInfo punchTime4,
	int breakTime
)
Visual Basic (Declaration)
Public Sub New ( _
	userId As Integer, _
	punchDate As DateTime, _
	punchTime1 As PunchTimeInfo, _
	punchTime2 As PunchTimeInfo, _
	punchTime3 As PunchTimeInfo, _
	punchTime4 As PunchTimeInfo, _
	breakTime As Integer _
)
Visual C++
public:
PunchDayInfo(
	int userId, 
	DateTime punchDate, 
	PunchTimeInfo^ punchTime1, 
	PunchTimeInfo^ punchTime2, 
	PunchTimeInfo^ punchTime3, 
	PunchTimeInfo^ punchTime4, 
	int breakTime
)

Parameters

userId
Type: System..::.Int32
the unique id of the user
punchDate
Type: System..::.DateTime
the puch date
punchTime1
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
The punch time of the first punch
punchTime2
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
The punch time of the second punch
punchTime3
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
The punch time of the third punch
punchTime4
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
The punch time of the fourth punch
breakTime
Type: System..::.Int32
The break time

See Also