ucar.nc2.units
Class JavaDateUnit

java.lang.Object
  extended by ucar.nc2.units.SimpleUnit
      extended by ucar.nc2.units.DateUnit
          extended by ucar.nc2.units.JavaDateUnit

public class JavaDateUnit
extends DateUnit

A DateUnit that uses the same units as java.util.Date, namely "secs since 1970-01-01T00:00:00Z".

Version:
$Revision:63 $ $Date:2006-07-12 21:50:51Z $
Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.units.SimpleUnit
dateUnit, debugParse, format, secsUnit, uu
 
Method Summary
static JavaDateUnit getJavaDateUnit()
          Factory
 
Methods inherited from class ucar.nc2.units.DateUnit
getDate, getDateOrigin, getStandardDate, getStandardOrISO, getTimeUnit, getTimeUnitString, getUnitsString, makeDate, makeStandardDateString, makeValue, toString
 
Methods inherited from class ucar.nc2.units.SimpleUnit
convertTo, factory, factoryWithExceptions, getConversionFactor, getUnit, getUnitString, getValue, isCompatible, isCompatible, isCompatibleWithExceptions, isDateUnit, isDateUnit, isTimeUnit, isTimeUnit, makeUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJavaDateUnit

public static JavaDateUnit getJavaDateUnit()
Factory