clearAlwaysUse24HourTestValue method

void clearAlwaysUse24HourTestValue()

Deletes any existing test clock format and returns to using the real clock format.

Implementation

void clearAlwaysUse24HourTestValue() {
  _alwaysUse24HourFormatTestValue = null;
}