hourPart property

int hourPart

Implementation

int get hourPart => (inSeconds ~/ 3600) % 24;