DateFormatSymbols.SetWeekdays(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets weekday strings.
[Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;)V", "GetSetWeekdays_arrayLjava_lang_String_Handler")]
public virtual void SetWeekdays (string[]? newWeekdays);
[<Android.Runtime.Register("setWeekdays", "([Ljava/lang/String;)V", "GetSetWeekdays_arrayLjava_lang_String_Handler")>]
abstract member SetWeekdays : string[] -> unit
override this.SetWeekdays : string[] -> unit
Parameters
- newWeekdays
- String[]
the new weekday strings. The array should
be indexed by java.util.Calendar#SUNDAY Calendar.SUNDAY
,
java.util.Calendar#MONDAY Calendar.MONDAY
, etc.
- Attributes
Remarks
Sets weekday strings. For example: "Sunday", "Monday", etc.
Java documentation for java.text.DateFormatSymbols.setWeekdays(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.