Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ length
Method
length
base/src/main/java/net/time4j/range/CalendarWeek.java:454–458 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
* @
return
{@code 7}
453
*/
454
public
int
length() {
455
456
return
((this.year == GregorianMath.MAX_YEAR) && (this.week == 52)) ? 5 : 7;
457
458
}
459
460
/**
461
* <p>Converts given gregorian date to a calendar week. </p>
Callers
15
max1
Method · 0.95
format
Method · 0.45
accept
Method · 0.45
parse
Method · 0.45
from
Method · 0.45
parseXML
Method · 0.45
parseAmPm
Method · 0.45
parse
Method · 0.45
createNumber
Method · 0.45
print
Method · 0.45
printNanos
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
1
max1
Method · 0.76