Android.Text.Format.DateFormat.GetDateFormat Method
Returns a Java.Text.DateFormat object that can format the date in short form (such as 12/31/1999) according to the current locale and the user's date-order preference.

Syntax

[Android.Runtime.Register("getDateFormat", "(Landroid/content/Context;)Ljava/text/DateFormat;", "")]
public static Java.Text.DateFormat GetDateFormat (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 date in short form (such as 12/31/1999) according to the current locale and the user's date-order 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