TAeShiftLineSimple Structure

Field Data Type Description Notes
All TAeEmployeeBasic Fields TAeEmployeeBasic Inherits Fields from TAeEmployeeBasic
Date String Day of shift 1
DayOfWeek TDayOfWeekEnum
Dop Integer Day of period (1 = 1st day)
ExceptionDescr String Exceptions this shift may have
Hours Integer Net shift hours (in minutes)
HoursHund Double Net shift hours (in hours)
Punch1 String Timestamp of 1st punch 2
Punch2 String Timestamp of 2nd punch 2
Punch3 String Timestamp of 3rd punch 2
Punch4 String Timestamp of 4th punch 2
Punch5 String Timestamp of 5th punch 2
Punch6 String Timestamp of 6th punch 2
Punch7 String Timestamp of 7th punch 2
Punch8 String Timestamp of 8th punc 2
ShiftNum Integer Shift number assignment (optional)
TransactionCount Integer Number of punches

Notes

  1. yyyy-mm-dd format
  2. yyyy-mm-dd HH:mm:ss format

Methods Referencing Structure

extractEmployeePeriodShiftsByFilekey
extractEmployeePeriodShiftsByIDNum

Back to Top