# File lib/datename.rb, line 31
  def Time.days( num )
    num * Time.hours( 24 )
  end