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

Checks if there is break information

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

Syntax

C#
protected bool IsBreakFromData(
	PunchDayInfo[] apdi
)
Visual Basic (Declaration)
Protected Function IsBreakFromData ( _
	apdi As PunchDayInfo() _
) As Boolean
Visual C++
protected:
bool IsBreakFromData(
	array<PunchDayInfo^>^ apdi
)

Parameters

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

Return Value

See Also