Example usage for Java android.widget TextClock fields, constructors, methods, implement or subclass
The text is from its open source code.
TextClock(Context context) Creates a new clock using the default patterns for the current locale. |
void | setFormat12Hour(CharSequence format) Specifies the formatting pattern used to display the date and/or time in 12-hour mode. |
void | setFormat24Hour(CharSequence format) Specifies the formatting pattern used to display the date and/or time in 24-hour mode. |