net.csdn.common.time
Class NumberExtendedForTime

java.lang.Object
  extended by net.csdn.common.time.NumberExtendedForTime

public class NumberExtendedForTime
extends Object

4/14/13 WilliamZhu(allwefantasy@gmail.com)


Constructor Summary
NumberExtendedForTime(int int_extened)
           
NumberExtendedForTime(long int_extened)
           
 
Method Summary
 org.joda.time.DateTime ago()
           
 NumberExtendedForTime day()
           
 org.joda.time.DateTime from_now()
           
 org.joda.time.DateTime fromNow()
           
 NumberExtendedForTime hour()
           
static void main(String[] args)
           
 NumberExtendedForTime millis()
           
 NumberExtendedForTime minute()
           
 NumberExtendedForTime month()
           
 NumberExtendedForTime second()
           
 NumberExtendedForTime week()
           
 NumberExtendedForTime year()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberExtendedForTime

public NumberExtendedForTime(int int_extened)

NumberExtendedForTime

public NumberExtendedForTime(long int_extened)
Method Detail

day

public NumberExtendedForTime day()

minute

public NumberExtendedForTime minute()

second

public NumberExtendedForTime second()

hour

public NumberExtendedForTime hour()

week

public NumberExtendedForTime week()

month

public NumberExtendedForTime month()

millis

public NumberExtendedForTime millis()

year

public NumberExtendedForTime year()

ago

public org.joda.time.DateTime ago()

fromNow

public org.joda.time.DateTime fromNow()

from_now

public org.joda.time.DateTime from_now()

main

public static void main(String[] args)


Copyright © 2014. All Rights Reserved.