Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getValue
Method
getValue
base/src/main/java/net/time4j/Weekday.java:107–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
* @see Weekmodel#ISO
106
*/
107
public
int
getValue() {
108
109
return
(this.ordinal() + 1);
110
111
}
112
113
/**
114
* <p>Gets the numerical value corresponding to the rule of given
Callers
15
withValue
Method · 0.95
getFirstCalendarWeekAsDay
Method · 0.95
getWeek
Method · 0.95
getFirstCalendarWeekAsDayOfYear
Method · 0.95
doApply
Method · 0.95
withDayOfWeek
Method · 0.95
ofWeekdate
Method · 0.95
test
Method · 0.95
toTemporalAccessor
Method · 0.95
getFirstDayOfWeek
Method · 0.95
getStartOfWeekend
Method · 0.95
getEndOfWeekend
Method · 0.95
Calls
1
getFirstDayOfWeek
Method · 0.65
Tested by
no test coverage detected