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

Method SolarWeek

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

默认当月 @param start 星期几作为一周的开始,1234560分别代表星期一至星期天

(int start)

Source from the content-addressed store, hash-verified

39 * @param start 星期几作为一周的开始,1234560分别代表星期一至星期天
40 */
41 public SolarWeek(int start) {
42 this(new Date(), start);
43 }
44
45 /**
46 * 通过日期初始化

Callers

nothing calls this directly

Calls 4

fromDateMethod · 0.95
getYearMethod · 0.95
getMonthMethod · 0.95
getDayMethod · 0.95

Tested by

no test coverage detected