GetEmployeeBreakTimes()

Description

Returns the break times for the specified employee(s) during the specified date range.

Return Value

XML String

Parameters
Remarks

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.

 

 

Contact Us | Send Feedback