iHour = Int((iTemp Mod 86400) / 3600) iMinute = Int((iTemp Mod 3600) / 60) iSecond = Int(iTemp Mod 60)