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

Gets the punch limit from data

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

Syntax

C#
protected int GetPunchLimitFromData(
	PunchDayInfo[] apdi
)
Visual Basic (Declaration)
Protected Function GetPunchLimitFromData ( _
	apdi As PunchDayInfo() _
) As Integer
Visual C++
protected:
int GetPunchLimitFromData(
	array<PunchDayInfo^>^ apdi
)

Parameters

apdi
Type: array<OfficeClip.BusinessLayer.TE..::.PunchDayInfo>[]()[]

Return Value

See Also