Package org.jruby.util.time
Class TimeArgs
java.lang.Object
org.jruby.util.time.TimeArgs
-
Constructor Summary
ConstructorsConstructorDescriptionTimeArgs
(ThreadContext context, IRubyObject[] args) TimeArgs
(ThreadContext context, IRubyObject year, IRubyObject month, IRubyObject day, IRubyObject hour, IRubyObject minute, IRubyObject second, IRubyObject usec, boolean dst) -
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeTime
(ThreadContext context, RubyTime time, org.joda.time.DateTimeZone dtz)
-
Constructor Details
-
TimeArgs
public TimeArgs(ThreadContext context, IRubyObject year, IRubyObject month, IRubyObject day, IRubyObject hour, IRubyObject minute, IRubyObject second, IRubyObject usec, boolean dst) -
TimeArgs
-
-
Method Details
-
initializeTime
-