Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class TimeZoneUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.TimeZoneUtil

public class TimeZoneUtil
extends Object


Field Summary
static TimeZone GMT
           
 
Method Summary
static TimeZone getDefault()
           
static TimeZoneUtil getInstance()
           
static TimeZone getTimeZone(String timeZoneId)
           
static void setDefault(String timeZoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GMT

public static TimeZone GMT
Method Detail

getDefault

public static TimeZone getDefault()

getInstance

public static TimeZoneUtil getInstance()

getTimeZone

public static TimeZone getTimeZone(String timeZoneId)

setDefault

public static void setDefault(String timeZoneId)

Liferay 6.2-ce-ga5