Jeospace API

org.jeospace.text
Class TimeZoneFormat

java.lang.Object
  extended byorg.jeospace.text.TimeZoneFormat

public abstract class TimeZoneFormat
extends java.lang.Object

A simple formatter for producing TimeZone representations as offsets from GMT

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Constructor Summary
protected TimeZoneFormat()
          Protected Constructor
 
Method Summary
static java.lang.String formatGMTOffset(java.util.TimeZone tz)
          A simple formatter for producing TimeZone representations as offsets from GMT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneFormat

protected TimeZoneFormat()
Protected Constructor

Method Detail

formatGMTOffset

public static java.lang.String formatGMTOffset(java.util.TimeZone tz)
A simple formatter for producing TimeZone representations as offsets from GMT

Parameters:
tz - the TimeZone to format
Returns:
the formatted String

Jeospace API

Copyright © 2006 - jeospace.org