new(year, month, day, hour, min, sec)
Class Public methods
Creates a new XMLRPC::DateTime instance with
the parameters year
, month
, day
as
date and hour
, min
, sec
as time.
Raises an ArgumentError if a parameter
is out of range, or if year
is not of the Integer type.
Please login to continue.