Returns the array of strings containing the abbreviated names of the days
of the week.
Syntax
[Android.Runtime.Register("getShortWeekdays", "()[Ljava/lang/String;", "GetGetShortWeekdaysHandler")] public virtual string[] GetShortWeekdays ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns 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.