Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ setLunarMonth
Method
setLunarMonth
common/src/main/java/pro/tools/time/Lunar.java:42–45 ·
view source on GitHub ↗
(int lunarMonth)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
Lunar setLunarMonth(
int
lunarMonth) {
43
this.lunarMonth = lunarMonth;
44
return
this;
45
}
46
47
public
int
getLunarDay() {
48
return
lunarDay;
Callers
1
solartolunar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected