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

Method getFirstWorkday

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

Source from the content-addressed store, hash-verified

547 * @return first day after weekend
548 */
549 public Weekday getFirstWorkday() {
550
551 return this.getEndOfWeekend().next();
552
553 }
554
555 /**
556 * <p>Defines an element for the calendar week of year with a localized

Callers 4

modelISOMethod · 0.80
modelUSMethod · 0.80
modelAfghanistanMethod · 0.80
modelIndiaMethod · 0.80

Calls 2

getEndOfWeekendMethod · 0.95
nextMethod · 0.45

Tested by 4

modelISOMethod · 0.64
modelUSMethod · 0.64
modelAfghanistanMethod · 0.64
modelIndiaMethod · 0.64