Carrascado
08/01/2020, 3:43 PMTime
class with more than 59 minutes, or more than 59 seconds, it automatically gets adjustedDominaezzz
08/01/2020, 3:46 PMTime.fromMinutes(...)
.init
using the this
qualifier.Carrascado
08/01/2020, 3:48 PMDominaezzz
08/01/2020, 3:55 PMval totalMinutes = minutes + (second - this.seconds) / 60
right?Carrascado
08/01/2020, 3:58 PMDominaezzz
08/01/2020, 4:00 PMCarrascado
08/01/2020, 4:05 PMDominaezzz
08/01/2020, 4:05 PMTime.fromHours(...) + Time.fromMinutes(...) ......
Carrascado
08/01/2020, 4:11 PMDominaezzz
08/01/2020, 4:12 PMTime
classplus
operator to handle overflows and such.Carrascado
08/01/2020, 4:39 PMMatteo Mirk
08/13/2020, 9:01 AM