time.min â fixnum
Instance Public methods
Returns the minute of the hour (0..59) for time.
1 2 | t = Time .now #=> 2007-11-19 08:25:51 -0600 t.min #=> 25 |
Returns the minute of the hour (0..59) for time.
1 2 | t = Time .now #=> 2007-11-19 08:25:51 -0600 t.min #=> 25 |
Designed by : w10schools
service@w10schools.com
Please login to continue.