Uses of Class
edu.nrao.sss.measure.TimeOfDay

Packages that use TimeOfDay
edu.nrao.sss.measure Measurements and their units. 
 

Uses of TimeOfDay in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return TimeOfDay
 TimeOfDay TimeOfDay.add(BigDecimal value, TimeUnits units)
          Adds the given amount of time to this time of day.
 TimeOfDay TimeOfDay.add(String value, TimeUnits units)
          Adds the given amount of time to this time of day.
 TimeOfDay TimeOfDay.add(TimeDuration duration)
          Adds the given amount of time to this time of day.
 TimeOfDay TimeOfDay.clone()
          Returns a time of day that is equal to this one.
 TimeOfDay TimeOfDayInterval.getCenterTime()
          Returns the time of day that is midway between the endpoints of this interval.
 TimeOfDay TimeOfDayInterval.getEnd()
          Returns this interval's ending time of day.
 TimeOfDay TimeOfDayInterval.getStart()
          Returns this interval's starting time of day.
static TimeOfDay TimeOfDay.parse(String timeText)
          Creates a new time of day based on timeText.
static TimeOfDay TimeOfDay.parse(String timeText, BigDecimal secondsInOneDay)
          Creates a new time of day by parsing timeText.
 TimeOfDay TimeOfDay.subtract(BigDecimal value, TimeUnits units)
          Subtracts the given amount of time from this time of day.
 TimeOfDay TimeOfDay.subtract(String value, TimeUnits units)
          Subtracts the given amount of time from this time of day.
 TimeOfDay TimeOfDay.subtract(TimeDuration duration)
          Subtracts the given amount of time from this time of day.
 TimeOfDay LocalSiderealTime.toTimeOfDay()
          Returns this LST as a dateless object.
 TimeOfDay JulianDate.toTimeOfDay(TimeZone timeZone)
          Returns the time of day, in the given time zone, for this Julian Date.
 TimeOfDay JulianDate.toTimeOfDayLocal()
          Returns the time of day, in the local time zone, for this Julian Date.
 TimeOfDay LocalSiderealTime.toTimeOfDaySolar()
          Returns the local solar time of day for this LST.
 TimeOfDay LocalSiderealTime.toTimeOfDayUtc()
          Returns the UTC solar time of day for this LST.
 TimeOfDay JulianDate.toTimeOfDayUtc()
          Returns the UTC time of day for this Julian Date.
 

Methods in edu.nrao.sss.measure with parameters of type TimeOfDay
 LocalSiderealTime LocalSiderealTime.advanceTo(TimeOfDay lstTimeOfDay)
          Advances this LST to the given time of day.
 int TimeOfDay.compareTo(TimeOfDay other)
          Compares this time of day to other for order.
 boolean TimeOfDayInterval.contains(TimeOfDay time)
          Returns true if time is contained in this interval.
 boolean TimeOfDay.isAfter(TimeOfDay other)
          Returns true if this time of day is later than other.
 boolean TimeOfDayInterval.isAfter(TimeOfDay time)
          Returns true if this interval starts after the given time.
 boolean TimeOfDay.isBefore(TimeOfDay other)
          Returns true if this time of day is earlier than other.
 boolean TimeOfDayInterval.isBefore(TimeOfDay time)
          Returns true if this interval ends before the given time.
 void TimeOfDayInterval.set(TimeOfDay from, TimeOfDay to)
          Sets the starting and ending points of this interval.
 LocalSiderealTime LocalSiderealTime.setSiderealTime(int localSiderealDay, TimeOfDay localSiderealTime)
          Sets this LST to the given day and time of day.
 LocalSiderealTime LocalSiderealTime.setSiderealTime(TimeOfDay lst)
          Sets this LST to the given day and time of day.
 TimeOfDayInterval[] TimeOfDayInterval.split(TimeOfDay pointOfSplit)
          Returns two new intervals that were formed by splitting this one at the given point.
 TimeDuration TimeOfDay.timeUntil(TimeOfDay other)
          Returns the amount of time until this time of day equals other.
 

Constructors in edu.nrao.sss.measure with parameters of type TimeOfDay
LocalSiderealTime(int localSiderealDay, TimeOfDay localSiderealTime)
           
TimeOfDayInterval(TimeOfDay from, TimeOfDay to)
          Creates a new interval using the given times of day.
 



Copyright © 2009. All Rights Reserved.