use12hClock property
If false (default), the device will display the time in 24-hour format on screen. If true, the device will display the time in 12-hour format on screen.
Implementation
@$pb.TagNumber(12)
$core.bool get use12hClock => $_getBF(11);
Implementation
@$pb.TagNumber(12)
set use12hClock($core.bool value) => $_setBool(11, value);