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 RubyTimeRubyTime.getlocal()RubyTime.getlocal(ThreadContext context) RubyTime.getlocal(ThreadContext context, IRubyObject off) RubyTime.gmtime()Deprecated.RubyTime.gmtime(ThreadContext context) static RubyTimeRubyTime.load(IRubyObject recv, IRubyObject from, Block block) Deprecated.static RubyTimeRubyTime.load(ThreadContext context, IRubyObject recv, IRubyObject from) static RubyTimeRubyTime.local(ThreadContext context, IRubyObject recv, IRubyObject[] args) final RubyTimeRubyTime.localtime()RubyTime.localtime(ThreadContext context) RubyTime.localtime(ThreadContext context, IRubyObject arg) static RubyTimeRubyTime.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args) Ruby.newTime(long milliseconds) static RubyTimestatic RubyTimestatic RubyTimeCreate new (Ruby) Time instance.static RubyTimeRubyTime.newTimeFromNanoseconds(Ruby runtime, long nanoseconds) Deprecated.static RubyTimeRubyTime.newTimeFromNanoseconds(ThreadContext context, long nanoseconds) RubyTime.round(ThreadContext context, IRubyObject[] args) static RubyTimeRubyTime.timeZoneLocal(ThreadContext context, IRubyObject off, RubyTime time) static RubyTimeRubyTime.utc(ThreadContext context, IRubyObject recv, IRubyObject[] args) Modifier and TypeMethodDescriptionstatic RubyTimeRubyTime.timeZoneLocal(ThreadContext context, IRubyObject off, RubyTime time) static booleanRubyTime.zoneLocalTime(ThreadContext context, IRubyObject zone, RubyTime time) static booleanRubyTime.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 RubyTimeTimeExt.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 TypeMethodDescriptionvoidTimeArgs.initializeTime(ThreadContext context, RubyTime time, org.joda.time.DateTimeZone dtz)