Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getFirstDayOfWeek
Method
getFirstDayOfWeek
base/src/main/java/net/time4j/Weekmodel.java:449–453 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
447
* @see #getFirstWorkday()
448
*/
449
public
Weekday getFirstDayOfWeek() {
450
451
return
this.firstDayOfWeek;
452
453
}
454
455
/**
456
* <p>Defines the minimum count of days the first calendar week of year
Callers
1
writeWeekmodel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected