Returns the array of strings containing the full names of the days of the
week.
Syntax
[Android.Runtime.Register("getWeekdays", "()[Ljava/lang/String;", "GetGetWeekdaysHandler")] public virtual string[] GetWeekdays ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns the array of strings containing the full names of the days of the
week. Use the Java.Util.Calendar constants
Calendar.SUNDAY etc. as indices for the array.