totalSeconds property

int get totalSeconds

Total number of seconds since midnight in UTC

Implementation

int get totalSeconds => hour * 3600 + minute * 60 + second;