and understand that it addresses how to restrict an analysis to M-F (not Sat or Sun) and to specific hours.
The timezone used here is (GMT-05:00) EST. */
if ((ToTime(Time[0]) >= 93000 && ToTime(Time[0]) < 120000) || (ToTime(Time[0]) >= 140000 && ToTime(Time[0]) < 154500))
Thanks!

Comment