()
| 601 | * @return localized week of year |
| 602 | */ |
| 603 | @FormattableElement(format = "w") |
| 604 | public AdjustableElement<Integer, PlainDate> weekOfYear() { |
| 605 | |
| 606 | return this.woyElement; |
| 607 | |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * <p>Defines an element for the calendar week of month with a localized |
no outgoing calls