SetWeek ...
(w time.Weekday)
| 73 | |
| 74 | // SetWeek ... |
| 75 | func (t *Timer) SetWeek(w time.Weekday) { |
| 76 | t.En1Month4Day5Week3Hour5Min6 = ((int32(w) << 11) & 0x003800) | (t.En1Month4Day5Week3Hour5Min6 & 0xffc7ff) |
| 77 | } |
| 78 | |
| 79 | // SetHour ... |
| 80 | func (t *Timer) SetHour(h int) { |
no outgoing calls