Documentation ¶ Index ¶ func CheckIsoWeek(t time.Time, schedISOWeek string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckIsoWeek ¶ func CheckIsoWeek(t time.Time, schedISOWeek string) (bool, error) CheckIsoWeek checks if the given time is in the given iso week. The iso week can be one of the following: - "": every iso week - "@even": every even iso week - "@odd": every odd iso week - "<N>": every iso week N Types ¶ This section is empty. Source Files ¶ View all Source files scheduleutils.go Click to show internal directories. Click to hide internal directories.