DateFormatSymbols.SetWeekdays Method

Definition

Overloads

SetWeekdays(String[])
SetWeekdays(String[], Int32, Int32)

SetWeekdays(String[])

[Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;)V", "GetSetWeekdays_arrayLjava_lang_String_Handler", ApiSince=24)]
public virtual void SetWeekdays (string[]? newWeekdays);
[<Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;)V", "GetSetWeekdays_arrayLjava_lang_String_Handler", ApiSince=24)>]
abstract member SetWeekdays : string[] -> unit
override this.SetWeekdays : string[] -> unit

Parameters

newWeekdays
String[]
Attributes

Remarks

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

SetWeekdays(String[], Int32, Int32)

[Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;II)V", "GetSetWeekdays_arrayLjava_lang_String_IIHandler", ApiSince=24)]
public virtual void SetWeekdays (string[]? newWeekdays, int context, int width);
[<Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;II)V", "GetSetWeekdays_arrayLjava_lang_String_IIHandler", ApiSince=24)>]
abstract member SetWeekdays : string[] * int * int -> unit
override this.SetWeekdays : string[] * int * int -> unit

Parameters

newWeekdays
String[]
context
Int32
width
Int32
Attributes

Remarks

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