Java.Text.DateFormatSymbols.SetShortWeekdays Method
Sets the array of strings containing the abbreviated names of the days of the week.

Syntax

[Android.Runtime.Register("setShortWeekdays", "([Ljava/lang/String;)V", "GetSetShortWeekdays_arrayLjava_lang_String_Handler")]
public virtual void SetShortWeekdays (string[] data)

Parameters

data
the array of strings.

Remarks

Sets the array of strings containing the abbreviated names of the days of the week. Use the Java.Util.Calendar constants Calendar.SUNDAY etc. 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