()
| 674 | * @return day of week with localized order |
| 675 | */ |
| 676 | @FormattableElement(format = "e", alt = "c") |
| 677 | public NavigableElement<Weekday> localDayOfWeek() { |
| 678 | |
| 679 | return this.dayOfWeekElement; |
| 680 | |
| 681 | } |
| 682 | |
| 683 | /** |
| 684 | * <p>Defines an element for the week of year with a localized week number, |
no outgoing calls