Global Function
Declaration
func minute() -> Int
Parameters
Returns
Int
Description
Current minute returned by system clock. An Int value in the range 0 to 59.
Examples
var m = minute()
Related
year()
month()
day()
hour()
minute()
second()
millis()
nanosecond()