time.Duration.Milliseconds (method)

one use

	time (current package)
		time.go#L765: func (d Duration) Milliseconds() int64 { return int64(d) / 1e6 }