method

to_a

v1_9_3_125 - Show latest stable - Class: XMLRPC::DateTime
to_a()
public

No documentation available.

# File lib/xmlrpc/datetime.rb, line 125
  def to_a
    [@year, @month, @day, @hour, @min, @sec]
  end