minutePart property

int minutePart

Implementation

int get minutePart => inSeconds % 3600 ~/ 60;