Type:
Class

This class is important to handle XMLRPC dateTime.iso8601 values, correcly, because normal UNIX-dates, ie: Date, only handle dates from year 1970 on, and ruby's native Time class handles dates without the time component.

XMLRPC::DateTime is able to store a XMLRPC dateTime.iso8601 value correctly.

==

==(o) Instance Public methods Returns whether or not all date/time components

2015-06-13 19:28:19
hour=

hour=(value) Instance Public methods

2015-06-13 19:39:04