Update timeinterval/timeinterval.go

Co-authored-by: Julien Pivotto <roidelapluie@gmail.com>
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
Ben Ridley 2020-11-24 08:36:42 +11:00
parent 1957e3c80e
commit 2c5c17a16a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type TimeInterval struct {
Years []YearRange `yaml:"years,flow,omitempty"` Years []YearRange `yaml:"years,flow,omitempty"`
} }
/* TimeRange represents a range of minutes within a 1440 minute day, exclusive of the End minute. A day consists of 1440 minutes. // TimeRange represents a range of minutes within a 1440 minute day, exclusive of the End minute. A day consists of 1440 minutes.
For example, 5:00PM to End of the day would Begin at 1020 and End at 1440. */ For example, 5:00PM to End of the day would Begin at 1020 and End at 1440. */
type TimeRange struct { type TimeRange struct {
StartMinute int StartMinute int