Click or drag to resize
ITimecardApiGetPunchAnalysis Method
Gets Punch Analysis for given employees in a given time range.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
PunchAnalysisDay[] GetPunchAnalysis(
	int[] employeeIds,
	DateTime startDate,
	DateTime endDate,
	bool enableRounding
)

Parameters

employeeIds
Type: SystemInt32
Employee IDs
startDate
Type: SystemDateTime
Inclusive start date to filter out Punch Analysis.
endDate
Type: SystemDateTime
Inclusive end date to filter out Punch Analysis.
enableRounding
Type: SystemBoolean
When true applies the rounding rules.

Return Value

Type: PunchAnalysisDay
Returns array of Punch Analysis items.
See Also