Datetime.minute read/write property



The Datetime.minute property returns a number representing the minutes of the moment. Valid values are from 0 through 59.

Setting the minute property with a value lower or higher will throw an error.

Example

-- prints the current minute, for example "30" print(sys.Datetime().minute)