would anyone know how to compute the difference in hours from a "Time of Day" custom field?
Context is I'd like to check how many hours an employee had in a day, so I'm checking if dividing the difference between an
_endTime
and a
_startTime
equates to 1 or not.