Ändere Wochenfeld zu mehr Auswahl.

Closes #28
This commit is contained in:
Gonne 2025-04-02 14:50:42 +02:00
parent 5e954ca751
commit e05d30b886
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8
7 changed files with 13 additions and 11 deletions

View file

@ -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