public void setWeekdays (String[] newWeekdays)

Sets weekday strings. For example: "Sunday", "Monday", etc.

Parameters:
newWeekdays    the new weekday strings. The array should be indexed by Calendar.SUNDAY, Calendar.MONDAY, etc.