Android.Text.Format.DateFormat.GetTimeFormat Method
Returns a Java.Text.DateFormat object that can format the time according to the current locale and the user's 12-/24-hour clock preference.

Syntax

[Android.Runtime.Register("getTimeFormat", "(Landroid/content/Context;)Ljava/text/DateFormat;", "")]
public static Java.Text.DateFormat GetTimeFormat (Android.Content.Context context)

Parameters

context
the application context

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Java.Text.DateFormat object that can format the time according to the current locale and the user's 12-/24-hour clock preference.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3