TAeTimeClockStation Structure

Field Data Type Description Notes
Capacity Integer Station employee capacity
ClockProps String Internal set of station properties rendered in a 0x Hex string
Created String Date and time created 2
LogFlags Integer Internal loggin indicators
SerialNo String Serial number of clock
StationName String Description of the clock station
StationNum Integer Station identifier 3
SyncInterval Integer Number of minutes between synchronization events
SyncMode Integer HTTP synchronization mode
SyncOffset Integer Offset from start of hour
TerminalType Integer Internal station family identifier
UniqueID Integer Unique identifier 1

Notes

  1. Read only
  2. yyyy-mm-dd HH:mm:ss format
  3. Use getClockGroupStationsSimple to retrieve a list of Clock Group Station ID’s and values

Methods Referencing Structure

extractTimeClockStations

Back to Top