time.Time.Minute (method)

4 uses

	time (current package)
		format.go#L546: 	buf = appendInt(buf, t.Minute(), 0)
		time.go#L564: func (t Time) Minute() int {

	github.com/robfig/cron/v3
		spec.go#L150: 	for 1<<uint(t.Minute())&s.Minute == 0 {
		spec.go#L157: 		if t.Minute() == 0 {