github.com/robfig/cron/v3.SpecSchedule.Month (field)

8 uses

	github.com/robfig/cron/v3 (current package)
		parser.go#L149: 		Month:    month,
		parser.go#L373: 			Month:    1 << months.min,
		parser.go#L384: 			Month:    all(months),
		parser.go#L395: 			Month:    all(months),
		parser.go#L406: 			Month:    all(months),
		parser.go#L417: 			Month:    all(months),
		spec.go#L8: 	Second, Minute, Hour, Dom, Month, Dow uint64
		spec.go#L97: 	for 1<<uint(t.Month())&s.Month == 0 {