Settings.System.Time1224 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Display the user's times, e.
[Android.Runtime.Register("TIME_12_24")]
public const string Time1224;
[<Android.Runtime.Register("TIME_12_24")>]
val mutable Time1224 : string
Field Value
- Attributes
Remarks
Display the user's times, e.g. in the status bar, as 12 or 24 hours. <ul> <li>24 = 24 hour</li> <li>12 = 12 hour</li> <li>[unset] = use the device locale's default</li> </ul>
Java documentation for android.provider.Settings.System.TIME_12_24
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.