com.filenet.wcm.apps.server.presentation.util
Class DateTimeControlSettings

java.lang.Object
  extended bycom.filenet.wcm.apps.server.presentation.util.DateTimeControlSettings

public class DateTimeControlSettings
extends java.lang.Object


Constructor Summary
protected DateTimeControlSettings()
           
  DateTimeControlSettings(java.util.Locale locale, java.util.TimeZone timeZone, int dateFormat, int timeFormat, boolean showTime)
           
 
Method Summary
 int getDateFormat()
           
 java.util.Locale getLocale()
           
 java.lang.String getLocaleString()
           
 int getTimeFormat()
           
 java.util.TimeZone getTimeZone()
           
 java.lang.String getTimeZoneString()
           
 boolean isShowTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeControlSettings

protected DateTimeControlSettings()

DateTimeControlSettings

public DateTimeControlSettings(java.util.Locale locale,
                               java.util.TimeZone timeZone,
                               int dateFormat,
                               int timeFormat,
                               boolean showTime)
Method Detail

getLocaleString

public java.lang.String getLocaleString()

getTimeZoneString

public java.lang.String getTimeZoneString()

getDateFormat

public int getDateFormat()

getLocale

public java.util.Locale getLocale()

isShowTime

public boolean isShowTime()

getTimeFormat

public int getTimeFormat()

getTimeZone

public java.util.TimeZone getTimeZone()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.