twitter4j
Class TimeSpanUtil

java.lang.Object
  extended by twitter4j.TimeSpanUtil

public final class TimeSpanUtil
extends java.lang.Object

Since:
Twitter4J 2.1.0
Author:
Joern Huxhorn - jhuxhorn at googlemail.com

Method Summary
static java.lang.String toTimeSpanString(java.util.Date date)
           
static java.lang.String toTimeSpanString(int deltaInSeconds)
           
static java.lang.String toTimeSpanString(long milliseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toTimeSpanString

public static java.lang.String toTimeSpanString(java.util.Date date)

toTimeSpanString

public static java.lang.String toTimeSpanString(long milliseconds)

toTimeSpanString

public static java.lang.String toTimeSpanString(int deltaInSeconds)


Copyright © 2010. All Rights Reserved.