hour24 property

int get hour24

Implementation

int get hour24 => pm ? hour + 12 : hour;