Uses of Class
org.jruby.RubyTime
Packages that use RubyTime
Package
Description
-
Uses of RubyTime in org.jruby
Modifier and TypeMethodDescriptionRubyTime.ceil
(ThreadContext context, IRubyObject[] args) RubyTime.floor
(ThreadContext context, IRubyObject[] args) RubyTime.getgm()
final RubyTime
RubyTime.getlocal()
RubyTime.getlocal
(ThreadContext context) RubyTime.getlocal
(ThreadContext context, IRubyObject off) RubyTime.gmtime()
Deprecated.RubyTime.gmtime
(ThreadContext context) 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) final RubyTime
RubyTime.localtime()
RubyTime.localtime
(ThreadContext context) RubyTime.localtime
(ThreadContext context, IRubyObject arg) static RubyTime
RubyTime.newInstance
(ThreadContext context, IRubyObject recv, IRubyObject[] args) Ruby.newTime
(long milliseconds) static RubyTime
static RubyTime
static RubyTime
Create new (Ruby) Time instance.static RubyTime
RubyTime.newTimeFromNanoseconds
(Ruby runtime, long nanoseconds) Deprecated.static RubyTime
RubyTime.newTimeFromNanoseconds
(ThreadContext context, long nanoseconds) RubyTime.round
(ThreadContext context, IRubyObject[] args) static RubyTime
RubyTime.timeZoneLocal
(ThreadContext context, IRubyObject off, RubyTime time) static RubyTime
RubyTime.utc
(ThreadContext context, IRubyObject recv, IRubyObject[] args) Modifier and TypeMethodDescriptionstatic RubyTime
RubyTime.timeZoneLocal
(ThreadContext context, IRubyObject off, RubyTime time) static boolean
RubyTime.zoneLocalTime
(ThreadContext context, IRubyObject zone, RubyTime time) static boolean
RubyTime.zoneTimeLocal
(ThreadContext context, IRubyObject zone, RubyTime time) -
Uses of RubyTime in org.jruby.ext.date
Methods in org.jruby.ext.date that return RubyTimeModifier and TypeMethodDescriptionRubyDate.to_time
(ThreadContext context) RubyDateTime.to_time
(ThreadContext context) static RubyTime
TimeExt.to_time
(IRubyObject self) -
Uses of RubyTime in org.jruby.ext.zlib
Fields in org.jruby.ext.zlib declared as RubyTime -
Uses of RubyTime in org.jruby.util
Methods in org.jruby.util with parameters of type RubyTimeModifier and TypeMethodDescriptionRubyTimeParser.parse
(ThreadContext context, RubyTime self, RubyString str, IRubyObject zone, IRubyObject precision) -
Uses of RubyTime in org.jruby.util.time
Methods in org.jruby.util.time with parameters of type RubyTimeModifier and TypeMethodDescriptionvoid
TimeArgs.initializeTime
(ThreadContext context, RubyTime time, org.joda.time.DateTimeZone dtz)