Package | Description |
---|---|
org.jruby | |
org.jruby.ext.date | |
org.jruby.ext.zlib |
Modifier and Type | Method and Description |
---|---|
RubyTime |
RubyTime.getgm() |
RubyTime |
RubyTime.getlocal() |
RubyTime |
RubyTime.getlocal(ThreadContext context) |
RubyTime |
RubyTime.getlocal(ThreadContext context,
IRubyObject arg) |
RubyTime |
RubyTime.getlocal19(ThreadContext context,
IRubyObject[] args)
Deprecated.
|
RubyTime |
RubyTime.gmtime() |
static RubyTime |
RubyTime.load(IRubyObject recv,
IRubyObject from,
Block block)
Deprecated.
|
static RubyTime |
RubyTime.load(ThreadContext context,
IRubyObject recv,
IRubyObject from) |
static RubyTime |
RubyTime.local(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
RubyTime |
RubyTime.localtime() |
RubyTime |
RubyTime.localtime(ThreadContext context) |
RubyTime |
RubyTime.localtime(ThreadContext context,
IRubyObject arg) |
RubyTime |
RubyTime.localtime19(ThreadContext context,
IRubyObject[] args)
Deprecated.
|
static RubyTime |
RubyTime.new_local(IRubyObject recv,
IRubyObject[] args)
Deprecated.
|
static RubyTime |
RubyTime.new_utc(IRubyObject recv,
IRubyObject[] args)
Deprecated.
|
static RubyTime |
RubyTime.newInstance(ThreadContext context,
IRubyObject recv) |
RubyTime |
Ruby.newTime(long milliseconds) |
static RubyTime |
RubyTime.newTime(Ruby runtime,
org.joda.time.DateTime dt) |
static RubyTime |
RubyTime.newTime(Ruby runtime,
org.joda.time.DateTime dt,
long nsec)
Create new (Ruby) Time instance.
|
static RubyTime |
RubyTime.newTime(Ruby runtime,
long milliseconds) |
static RubyTime |
RubyTime.newTimeFromNanoseconds(Ruby runtime,
long nanoseconds) |
RubyTime |
RubyTime.round(ThreadContext context,
IRubyObject[] args) |
RubyTime |
RubyTime.succ() |
static RubyTime |
RubyTime.utc(ThreadContext context,
IRubyObject recv,
IRubyObject[] args) |
Modifier and Type | Method and Description |
---|---|
static RubyTime |
TimeExt.to_time(IRubyObject self) |
RubyTime |
RubyDateTime.to_time(ThreadContext context) |
RubyTime |
RubyDate.to_time(ThreadContext context) |
Modifier and Type | Field and Description |
---|---|
protected RubyTime |
RubyGzipFile.mtime |
Copyright © 2001-2019 JRuby. All Rights Reserved.