new Days = (Seconds/(3600*24))%24;
new Days = floatround( Seconds / 86400, floatround_floor ) % 24;
new Days = floatround( Seconds / 86400, floatround_floor );