How to tell if watch settings are set to use "military time"

I suspect this is not possible, but going to ask anyway.

I know that System.getDeviceSettings().is24Hour will return 'true' if the watch is set to display 24-hour time, and 'false' if it is set to display 12-hour time. It also seems to return 'false' if the watch is set to display military time.

So my question is can a CIQ app/datafield/watchface determine if the user has set their watch to display military time? The simulator doesn't have an option for military time, either (only 12hr / 24hr).

It's pretty bad if every watch face has to duplicate a system setting in order to allow users to specify 12hr/24hr/military time. I guess maybe that's why there's a 12hr/24hr setting included in the sample watchface app.

Has anyone figure out a way to determine if the device settings in the watch have been to set to display military time?