DateFormatSymbols.SetShortWeekdays(String[]) Method

Definition

Sets short weekday strings.

[Android.Runtime.Register("setShortWeekdays", "([Ljava/lang/String;)V", "GetSetShortWeekdays_arrayLjava_lang_String_Handler")]
public virtual void SetShortWeekdays (string[]? newShortWeekdays);
[<Android.Runtime.Register("setShortWeekdays", "([Ljava/lang/String;)V", "GetSetShortWeekdays_arrayLjava_lang_String_Handler")>]
abstract member SetShortWeekdays : string[] -> unit
override this.SetShortWeekdays : string[] -> unit

Parameters

newShortWeekdays
String[]

the new short weekday strings. The array should be indexed by java.util.Calendar#SUNDAY Calendar.SUNDAY, java.util.Calendar#MONDAY Calendar.MONDAY, etc.

Attributes

Remarks

Sets short weekday strings. For example: "Sun", "Mon", etc.

Java documentation for java.text.DateFormatSymbols.setShortWeekdays(java.lang.String[]).

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