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

Method setSect

src/main/java/com/nlf/calendar/EightChar.java:84–86  ·  view source on GitHub ↗

设置流派 @param sect 流派,2晚子时日柱按当天,1晚子时日柱按明天,其他值默认为2

(int sect)

Source from the content-addressed store, hash-verified

82 * @param sect 流派,2晚子时日柱按当天,1晚子时日柱按明天,其他值默认为2
83 */
84 public void setSect(int sect) {
85 this.sect = (1 == sect) ? 1 : 2;
86 }
87
88 /**
89 * 获取年柱

Callers 1

testGanZhi2Method · 0.95

Calls

no outgoing calls

Tested by 1

testGanZhi2Method · 0.76