double convertTimeIntoHourDecimal([int decimalPoint = 1]) { return (inMinutes / 60).roundDoubleToDecimalPlace(decimalPoint); }