Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ previous
Method
previous
base/src/main/java/net/time4j/Month.java:288–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
286
* @
return
previous month (rolling at january)
287
*/
288
public
Month previous() {
289
290
return
this.roll(-1);
291
292
}
293
294
/**
295
* <p>Rolls this month by given amount of months. </p>
Callers
nothing calls this directly
Calls
1
roll
Method · 0.95
Tested by
no test coverage detected