double convertTimeIntoDecimalOfHour([int decimalPoint = 1]) { return (hour + minute / 60).roundDoubleToDecimalPlace(decimalPoint); }