totalMinutes property

int totalMinutes

Returns the total minutes of this Time period.

Implementation

int get totalMinutes => (hour * 60) + minute;