SetEn ...
(en bool)
| 54 | |
| 55 | // SetEn ... |
| 56 | func (t *Timer) SetEn(en bool) { |
| 57 | if en { |
| 58 | t.En1Month4Day5Week3Hour5Min6 |= 0x800000 |
| 59 | } else { |
| 60 | t.En1Month4Day5Week3Hour5Min6 &= 0x7fffff |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | // SetMonth ... |
| 65 | func (t *Timer) SetMonth(mon time.Month) { |
no outgoing calls
no test coverage detected