Java.Text.DateFormatSymbols.SetAmPmStrings Method
Sets the array of strings which represent AM and PM.

Syntax

[Android.Runtime.Register("setAmPmStrings", "([Ljava/lang/String;)V", "GetSetAmPmStrings_arrayLjava_lang_String_Handler")]
public virtual void SetAmPmStrings (string[] data)

Parameters

data
the array of strings for AM and PM.

Remarks

Sets the array of strings which represent AM and PM. Use the Java.Util.Calendar constants Calendar.AM and Calendar.PM as indices for the array.

[Android Documentation]

Requirements

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