Java android.widget TextClock fields, constructors, methods, implement or subclass

Example usage for Java android.widget TextClock fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget TextClock.

The text is from its open source code.

Constructor

TextClock(Context context)
Creates a new clock using the default patterns for the current locale.

Method

voidsetFormat12Hour(CharSequence format)

Specifies the formatting pattern used to display the date and/or time in 12-hour mode.

voidsetFormat24Hour(CharSequence format)

Specifies the formatting pattern used to display the date and/or time in 24-hour mode.