S_STU_ATTENDANCE_MEETINGTIME_C (ver 17.7.0)
A child table of Students that stores spans of time that a student was present on a given day. The table is only used if the Attendance Meeting Time feature and Attendance Clock In / Clock Out interface is enabled.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 17.7.0 | Number(10,0) | Primary Key |
StudentsDCID | 17.7.0 | Number(10,0) | The unique DCID in the Students table. |
Att_Date | 17.7.0 | Date | The date of the time span. |
Start_Time | 17.7.0 | Number(11,0) | The number of seconds after midnight indicating the start of the time span. |
End_Time | 17.7.0 | Number(11,0) | The number of seconds after midnight indicating the end of the time span. |
ClockInComment | 17.9.0 | Varchar2(500) | Comment indicating reason for start of time span. |
ClockOutComment | 17.9.0 | Varchar2(500) | Comment indicating reason for end of time span. |