GetEmployeeBreakHours()

Description

Returns the break hours taken by 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

iEmpId

Integer

4

Employee Id.  Foreign Key to Employee iId.

cEmpCode

String

10

Employee code.

cEmpLastName

String

20

Employee last name.

cEmpFirstName

String

15

Employee first name.

nHours

Decimal

10,2

Total number of break hours taken.

 

 

Contact Us | Send Feedback