public class TimeArgs
extends java.lang.Object
| Constructor and Description |
|---|
TimeArgs(ThreadContext context,
IRubyObject[] args) |
TimeArgs(ThreadContext context,
IRubyObject year,
IRubyObject month,
IRubyObject day,
IRubyObject hour,
IRubyObject minute,
IRubyObject second,
IRubyObject usec,
boolean dst) |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeTime(ThreadContext context,
RubyTime time,
org.joda.time.DateTimeZone dtz) |
public TimeArgs(ThreadContext context, IRubyObject year, IRubyObject month, IRubyObject day, IRubyObject hour, IRubyObject minute, IRubyObject second, IRubyObject usec, boolean dst)
public TimeArgs(ThreadContext context, IRubyObject[] args)
public void initializeTime(ThreadContext context, RubyTime time, org.joda.time.DateTimeZone dtz)
Copyright © 2001-2022 JRuby. All Rights Reserved.