use12hClock property

  1. @TagNumber(12)
bool get use12hClock

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);
  1. @TagNumber(12)
set use12hClock (bool value)

Implementation

@$pb.TagNumber(12)
set use12hClock($core.bool value) => $_setBool(11, value);