Documentation
¶
Overview ¶
Package week provides a timer that matches the week of the year.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWeekIn ¶
NewWeekIn creates a timer that matches the week of the year
Example: NewWeekIn(time.Monday, time.Wednesday, time.Friday) means in Monday, Wednesday or Friday Example: NewWeekIn(time.Sunday, time.Monday) means in Sunday or Monday
func NewWeekRange ¶
NewWeekRange creates a timer that matches the week of the year
Example: NewWeekRange(time.Monday, time.Wednesday) means between Monday and Wednesday Example: NewWeekRange(time.Sunday, time.Monday) means between Sunday and Monday
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.