isPm property

bool isPm

Returns whether the hour is after noon (post meridiem) in the current timezone

Implementation

bool get isPm => hour >= 12;