ScheduleEntries
ScheduleEntries
Columns
| Name | Type | Description |
| ID | String | ID of Schedule Entries |
| Timestamp [KEY] | Long | Timestamp |
| Created | Datetime | Created date. |
| Creator | String | ID of creator. |
| CreatorFullName | String | Name of creator. |
| Day | Int | The day in the week. 0 - Monday; 1 - Tuesday; 2 - Wednesday; 3 - Thursday; 4 - Friday; 5 - Saturday; 6 - Sunday |
| Division | Int | Division code |
| EndTime | String | This is the end time of the schedule entry. |
| Hours | String | The total number of hours for per day. |
| Modified | Datetime | Last modified date. |
| Modifier | String | ID of modifier |
| ModifierFullName | String | Name of modifier |
| Schedule | String | The id of the schedule linked to this schedule entry. |
| ScheduleActivityType | Int | The activity of the schedule entry. 0 - Work; 1 - Pause |
| StartTime | String | This is the start time of the schedule entry. |
| WeekNumber | Int | This is the week number. |