T
tbl
I'd like to be able to round times to the neares hour, where
any value within 13 minutes before, and 13 minutes after,
[TimeFieldValue] would return the hour between those two
extremes. For example 09:55 would return 10:00.
This would be for queries that feed reports, where a task it
supposed to happen "on the hour", but it's fine if the work
was done a few minutes before or after the hour. I just
want the report to reflect the "on the hour" time.
any value within 13 minutes before, and 13 minutes after,
[TimeFieldValue] would return the hour between those two
extremes. For example 09:55 would return 10:00.
This would be for queries that feed reports, where a task it
supposed to happen "on the hour", but it's fine if the work
was done a few minutes before or after the hour. I just
want the report to reflect the "on the hour" time.