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