ITimecardApiGetTimecardsWithWage Method |
Gets time cards for given employees in a given time range including wage.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax EmployeeTimecards[] GetTimecardsWithWage(
int[] employeeIds,
DateTime startDate,
DateTime endDate,
bool autoLunchBreak
)
Function GetTimecardsWithWage (
employeeIds As Integer(),
startDate As DateTime,
endDate As DateTime,
autoLunchBreak As Boolean
) As EmployeeTimecards()
array<EmployeeTimecards^>^ GetTimecardsWithWage(
array<int>^ employeeIds,
DateTime startDate,
DateTime endDate,
bool autoLunchBreak
)
abstract GetTimecardsWithWage :
employeeIds : int[] *
startDate : DateTime *
endDate : DateTime *
autoLunchBreak : bool -> EmployeeTimecards[]
Parameters
- employeeIds
- Type: SystemInt32
Employee IDs
- startDate
- Type: SystemDateTime
Inclusive start date to filter out time cards.
- endDate
- Type: SystemDateTime
Inclusive end date to filter out time cards.
- autoLunchBreak
- Type: SystemBoolean
Indicates whether include or not details for automatic Lunch Break.
Return Value
Type:
EmployeeTimecards
Returns array of time cards.
See Also