static int hoursToMS_int(double hours) { ret iround(hours*60*60*1000); }