GetEmployeeActualTimes()

Description

Returns the actual times worked 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

dDate

DateTime

8

Date of activity.

iEmpId

Integer

4

Employee Id.  Foreign Key to Employee iId.

cWorkType

String

30

The name of the work activity.

iId

Integer

4

Primary Key - Unique Identifier.

iLocationId

Integer

4

Not used.

iCardId

Integer

4

Employee Schedule Header Id.  Foreign Key to EmpCards iId.

iWorkTypeId

Integer

4

Employee Work Activity Id.  Foreign Key to Work Activities iId.

cTimeIn

String

8

Actual time in, in military (HHMM) format.

cTimeOut

String

8

Actual time out, in military (HHMM) format.

iGId

Integer

4

Employee Schedule Record Global Id.

iScheduleId

Integer

4

Employee Schedule Id.

 

 

Contact Us | Send Feedback