| Class | DBI::Time |
| In: |
lib/dbi/utils/time.rb
|
| Parent: | Object |
| minute | -> | min |
| minute= | -> | min= |
| second | -> | sec |
| second= | -> | sec= |
| hour | [RW] | |
| minute | [RW] | |
| second | [RW] |
DBI::Time.new(hour = 0, minute = 0, second = 0) DBI::Time.new(Time)
Creates and returns a new DBI::Time object. Unlike the Time object in the standard library, accepts an hour, minute and second, or a Time object.