Uses of Interface
javax.measure.quantity.Duration

Packages that use Duration
javax.measure.quantity Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. 
javax.measure.unit Provides support for programatic unit handling. 
 

Uses of Duration in javax.measure.quantity
 

Fields in javax.measure.quantity with type parameters of type Duration
static Unit<Duration> Duration.UNIT
          Holds the SI unit (Système International d'Unités) for this quantity.
 

Uses of Duration in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Duration
static Unit<Duration> NonSI.DAY
          A unit of duration equal to 24 NonSI.HOUR (standard name d).
static Unit<Duration> NonSI.DAY_SIDEREAL
          A unit of duration equal to the time required for a complete rotation of the earth in reference to any star or to the vernal equinox at the meridian, equal to 23 hours, 56 minutes, 4.09 seconds (standard name day_sidereal).
static Unit<Duration> NonSI.HOUR
          A unit of duration equal to 60 NonSI.MINUTE (standard name h).
static Unit<Duration> NonSI.MINUTE
          A unit of duration equal to 60 s (standard name min).
static Unit<Duration> NonSI.MONTH
          A unit of duration equal to one twelfth of a year (standard name month).
static BaseUnit<Duration> SI.SECOND
          The base unit for duration quantities (s).
static Unit<Duration> NonSI.WEEK
          A unit of duration equal to 7 NonSI.DAY (standard name week).
static Unit<Duration> NonSI.YEAR
          A unit of duration equal to 365 days, 5 hours, 49 minutes, and 12 seconds (standard name year).
static Unit<Duration> NonSI.YEAR_CALENDAR
          A unit of duration equal to 365 NonSI.DAY (standard name year_calendar).
static Unit<Duration> NonSI.YEAR_SIDEREAL
          A unit of duration equal to one complete revolution of the earth about the sun, relative to the fixed stars, or 365 days, 6 hours, 9 minutes, 9.54 seconds (standard name year_sidereal).
 



Copyright © 2010. All Rights Reserved.