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

Gets the punch day information

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

Syntax

C#
public PunchDayInfo GetPunchDay(
	int userId,
	DateTime dt
)
Visual Basic (Declaration)
Public Function GetPunchDay ( _
	userId As Integer, _
	dt As DateTime _
) As PunchDayInfo
Visual C++
public:
PunchDayInfo^ GetPunchDay(
	int userId, 
	DateTime dt
)

Parameters

userId
Type: System..::.Int32
dt
Type: System..::.DateTime

Return Value

See Also