|
2.35 and later
Counts the number of clockings
that belong to an employee over a period of time.
Must have at least version 2.35 installed.
Parameters : Employee number, In-Date, Out-Date, In-Time, Out-Time,
Options.
Date parameters are in Clarion standard date format (ie days
since 1800)
Time parameters are in hundredths of a second since midnight.
Options is made up of 3 characters where :
I : Only In clockings are counted
O : Only Out clockings are counted
B : Both In and Out clockings are counted
<space> : Same as for B
M : Manual clockings are counted
B : Bulk clockings are counted
C : Electronic clockings are counted
<space> : All types of clockings are counted
P : Only TNA (Pay) Clockings are counted
A : Only Access clockings are counted
T : Both Pay and Access clockings are counted
<space> : Same as for T
Example
CountClockings
(Emp:Empnumber,Dai:Date,0,Dai:date,8640000,=BCP=)
|