Uses of Class
ucar.nc2.units.DateUnit

Packages that use DateUnit
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.units Utility classes for scientific units and ucar.units package. 
 

Uses of DateUnit in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return DateUnit
 DateUnit PointCollection.getTimeUnits()
          Get the units of Calendar time.
 DateUnit RadialDatasetSweep.getTimeUnits()
          Get the units of Calendar time.
 DateUnit TimeSeriesCollection.getTimeUnits()
          Get the units of Calendar time.
 

Uses of DateUnit in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return DateUnit
 DateUnit PointFeature.getTimeUnit()
          Get the time unit of the time coordinate.
 

Uses of DateUnit in ucar.nc2.units
 

Subclasses of DateUnit in ucar.nc2.units
 class JavaDateUnit
          A DateUnit that uses the same units as java.util.Date, namely "secs since 1970-01-01T00:00:00Z".
 

Methods in ucar.nc2.units that return DateUnit
static DateUnit DateUnit.getUnixDateUnit()