static public Method

DateTime.new(year, month, day, hour, min, sec)

There's no documentation for this item.

Source Code

# File xmlrpc/datetime.rb, line 108
def initialize(year, month, day, hour, min, sec)
  self.year, self.month, self.day = year, month, day
  self.hour, self.min, self.sec   = hour, min, sec
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.