Uses of Class
org.jruby.RubyTime

Packages that use RubyTime
org.jruby   
 

Uses of RubyTime in org.jruby
 

Methods in org.jruby that return RubyTime
 RubyTime Ruby.newTime(long milliseconds)
           
static RubyTime RubyTime.newTime(Ruby runtime, long milliseconds)
           
static RubyTime RubyTime.newTime(Ruby runtime, java.util.Calendar cal)
           
 RubyTime RubyTime.succ()
           
 RubyTime RubyTime.gmtime()
           
 RubyTime RubyTime.localtime()
           
 RubyTime RubyTime.getgm()
           
 RubyTime RubyTime.getlocal()
           
static RubyTime RubyTime.new_local(IRubyObject recv, IRubyObject[] args)
           
static RubyTime RubyTime.new_utc(IRubyObject recv, IRubyObject[] args)
           
static RubyTime RubyTime.s_load(IRubyObject recv, IRubyObject from, Block block)
           
protected static RubyTime RubyTime.s_mload(IRubyObject recv, RubyTime time, IRubyObject from)
           
 

Methods in org.jruby with parameters of type RubyTime
protected static RubyTime RubyTime.s_mload(IRubyObject recv, RubyTime time, IRubyObject from)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.