Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ toStringISO
Method
toStringISO
base/src/main/java/net/time4j/Duration.java:2580–2584 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2578
* @see IsoUnit#getSymbol()
2579
*/
2580
public
String toStringISO() {
2581
2582
return
this.toString(PRINT_STYLE_ISO);
2583
2584
}
2585
2586
/**
2587
* <p>Gets a canonical representation conforming to XML-schema which
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected