MCPcopy Create free account
hub / github.com/MenoData/Time4J / localDayOfWeek

Method localDayOfWeek

base/src/main/java/net/time4j/Weekmodel.java:676–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Calls

no outgoing calls