Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ getWeek
Method
getWeek
src/main/java/com/nlf/calendar/Lunar.java:873–875 ·
view source on GitHub ↗
获取星期,0代表周日,1代表周一 @return 0123456
()
Source
from the content-addressed store, hash-verified
871
* @
return
0123456
872
*/
873
public
int
getWeek() {
874
return
weekIndex;
875
}
876
877
/**
878
* 获取星期的中文
Callers
8
getWeekInChinese
Method · 0.95
getXiu
Method · 0.95
test10
Method · 0.45
test11
Method · 0.45
computeWeek
Method · 0.45
getIndex
Method · 0.45
getIndexInYear
Method · 0.45
getWeeksOfMonth
Method · 0.45
Calls
no outgoing calls
Tested by
2
test10
Method · 0.36
test11
Method · 0.36