Below is the function call to read the TCMS V2’s attendance sheet:
ReadTCMSV2(TCMSV2Path:String, DateFrom:String, DateTo:String, var Size:Integer):Integer
Below is the function call to read the processed attendance sheet in the TCMSV2. Please not that the function
call below is not for RAW data.
TCMSV2Path:the fi le path of the tcmsv2
DateFrom: the attendance data date from (yyyymmdd)
DateTo: the attendance data date to (yyyymmdd)
Size: the return size of the attendance records
Result: 0=success, 1=fail |