# File lib/datename.rb, line 35
  def Time.hours( num )
    num * Time.minutes( 60 )
  end