MCPcopy Create free account
hub / github.com/6tail/lunar-java / fromYmd

Method fromYmd

src/main/java/com/nlf/calendar/SolarWeek.java:118–120  ·  view source on GitHub ↗

通过指定年月日获取阳历周 @param year 年 @param month 月,1到12 @param day 日,1到31 @param start 星期几作为一周的开始,1234560分别代表星期一至星期天 @return 阳历周

(int year, int month, int day, int start)

Source from the content-addressed store, hash-verified

116 * @return 阳历周
117 */
118 public static SolarWeek fromYmd(int year, int month, int day, int start) {
119 return new SolarWeek(year, month, day, start);
120 }
121
122 /**
123 * 获取年

Callers 13

testMethod · 0.95
test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test7Method · 0.95
test8Method · 0.95
test9Method · 0.95
test10Method · 0.95
test11Method · 0.95

Calls

no outgoing calls

Tested by 12

testMethod · 0.76
test1Method · 0.76
test2Method · 0.76
test3Method · 0.76
test4Method · 0.76
test5Method · 0.76
test6Method · 0.76
test7Method · 0.76
test8Method · 0.76
test9Method · 0.76
test10Method · 0.76
test11Method · 0.76