Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
modelISO
Method · 0.80
modelUS
Method · 0.80
modelAfghanistan
Method · 0.80
modelIndia
Method · 0.80
Calls
2
getEndOfWeekend
Method · 0.95
next
Method · 0.45
Tested by
4
modelISO
Method · 0.64
modelUS
Method · 0.64
modelAfghanistan
Method · 0.64
modelIndia
Method · 0.64