Android.Text.Format.DateFormat.GetDateFormatOrder Method
Gets the current date format stored as a char array.

Syntax

[Android.Runtime.Register("getDateFormatOrder", "(Landroid/content/Context;)[C", "")]
public static char[] GetDateFormatOrder (Android.Content.Context context)

Parameters

context
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the current date format stored as a char array. The array will contain 3 elements (DateFormat.Date, DateFormat.Month, and DateFormat.Year) in the order specified by the user's format preference. Note that this order is only appropriate for all-numeric dates; spelled-out (MEDIUM and LONG) dates will generally contain other punctuation, spaces, or words, not just the day, month, and year, and not necessarily in the same order returned here.

[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