ITimecardApiGetPunchAnalysis Method |
Gets Punch Analysis for given employees in a given time range.
Namespace: AMG.APIAssembly: 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
)
Function GetPunchAnalysis (
employeeIds As Integer(),
startDate As DateTime,
endDate As DateTime,
enableRounding As Boolean
) As PunchAnalysisDay()
array<PunchAnalysisDay^>^ GetPunchAnalysis(
array<int>^ employeeIds,
DateTime startDate,
DateTime endDate,
bool enableRounding
)
abstract GetPunchAnalysis :
employeeIds : int[] *
startDate : DateTime *
endDate : DateTime *
enableRounding : bool -> PunchAnalysisDay[]
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:
PunchAnalysisDayReturns array of Punch Analysis items.
See Also