MCPcopy 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

getWeekInChineseMethod · 0.95
getXiuMethod · 0.95
test10Method · 0.45
test11Method · 0.45
computeWeekMethod · 0.45
getIndexMethod · 0.45
getIndexInYearMethod · 0.45
getWeeksOfMonthMethod · 0.45

Calls

no outgoing calls

Tested by 2

test10Method · 0.36
test11Method · 0.36