DateFormatSymbols.GetAmPmStrings Method

Definition

Gets ampm strings.

[Android.Runtime.Register("getAmPmStrings", "()[Ljava/lang/String;", "GetGetAmPmStringsHandler")]
public virtual string[]? GetAmPmStrings ();
[<Android.Runtime.Register("getAmPmStrings", "()[Ljava/lang/String;", "GetGetAmPmStringsHandler")>]
abstract member GetAmPmStrings : unit -> string[]
override this.GetAmPmStrings : unit -> string[]

Returns

String[]

the ampm strings.

Attributes

Remarks

Gets ampm strings. For example: "AM" and "PM".

Java documentation for java.text.DateFormatSymbols.getAmPmStrings().

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.

Applies to