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

Method Month

plugin/manager/timer/wrap.go:11–17  ·  view source on GitHub ↗

Month 4bits

()

Source from the content-addressed store, hash-verified

9
10// Month 4bits
11func (t *Timer) Month() (mon time.Month) {
12 mon = time.Month((t.En1Month4Day5Week3Hour5Min6 & 0x780000) >> 19)
13 if mon == 0b1111 {
14 mon = -1
15 }
16 return
17}
18
19// Day 5bits
20func (t *Timer) Day() (d int) {

Callers 6

nextWakeTimeMethod · 0.95
GetTimerInfoMethod · 0.95
initFunction · 0.80
isAprilFoolsDayFunction · 0.80
RegisterTimerMethod · 0.80
GetFilledTimerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected