parent
5e954ca751
commit
e05d30b886
7 changed files with 13 additions and 11 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
type Date struct {
|
||||
Week int // Set whether the date is all weeks (0), odd weeks (1) or even weeks (2).
|
||||
Week int // Set whether the date is all weeks (0), weeks with exercise session (1) or weeks without exercise session (2), even weeks (3), odd weeks (4) or other (5).
|
||||
Day int
|
||||
Hour int
|
||||
Minute int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue