Data1 = 16.30
Data2 = 18.45

codice:
Minuti = abs((Data2.Ore - Data1.Ore) * 60+(Data2.Minuti - Data1.Minuti))
(18-16) * 60 + 15 = 135 minuti