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 RubyTime.getgm()
           
 RubyTime RubyTime.getlocal()
           
 RubyTime RubyTime.gmtime()
           
static RubyTime RubyTime.load(IRubyObject recv, IRubyObject from, Block block)
           
 RubyTime RubyTime.localtime()
           
static RubyTime RubyTime.new_local(IRubyObject recv, IRubyObject[] args)
           
static RubyTime RubyTime.new_utc(IRubyObject recv, IRubyObject[] args)
           
 RubyTime Ruby.newTime(long milliseconds)
           
static RubyTime RubyTime.newTime(Ruby runtime, DateTime dt, long usec)
           
static RubyTime RubyTime.newTime(Ruby runtime, long milliseconds)
           
protected static RubyTime RubyTime.s_mload(IRubyObject recv, RubyTime time, IRubyObject from)
           
 RubyTime RubyTime.succ()
           
 

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.