MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / SetMonth

Method SetMonth

plugin/manager/timer/wrap.go:65–67  ·  view source on GitHub ↗

SetMonth ...

(mon time.Month)

Source from the content-addressed store, hash-verified

63
64// SetMonth ...
65func (t *Timer) SetMonth(mon time.Month) {
66 t.En1Month4Day5Week3Hour5Min6 = ((int32(mon) << 19) & 0x780000) | (t.En1Month4Day5Week3Hour5Min6 & 0x87ffff)
67}
68
69// SetDay ...
70func (t *Timer) SetDay(d int) {

Callers 2

TestNextWakeTimeFunction · 0.95
GetFilledTimerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNextWakeTimeFunction · 0.76