Returns the break times for the specified employee(s) during the specified date range.
GetEmployeeBreakTimes(XmlIds AS String, StartDate AS Date, EndDate AS Date)
XML String
XmlIds = XML String containing the Employee Ids of the records to return. You must format this string using the XML IdList Structure Definition.
StartDate = Start date for the records to return.
EndDate = End date for the records to return.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
dDate |
DateTime |
8 |
Date of activity. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iCardId |
Integer |
4 |
Employee Break Header Id. Foreign Key to EmpCards iId. |
|
cTimeOut |
String |
8 |
Time the break started, in military (HHMM) format. |
|
cTimeIn |
String |
8 |
Time the break finished, in military (HHMM) format. |