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

The punch dat 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
)
Visual Basic (Declaration)
Public Sub New ( _
	userId As Integer, _
	punchDate As DateTime _
)
Visual C++
public:
PunchDayInfo(
	int userId, 
	DateTime punchDate
)

Parameters

userId
Type: System..::.Int32
the unique id of the user
punchDate
Type: System..::.DateTime
The unique punch date

See Also