SunTimes documentation

Uses of Class
com.web_tomorrow.utils.suntimes.Time

Uses of Time in com.web_tomorrow.utils.suntimes
 

Methods in com.web_tomorrow.utils.suntimes that return Time
static Time SunTimes.getSunriseTimeUTC(int year, int month, int day, double longitude, double latitude, double zenith)
          GetSunriseTimeUTC gets the time of sunrise at the specified latitude and longitude on the specified day.
static Time SunTimes.getSunsetTimeUTC(int year, int month, int day, double longitude, double latitude, double zenith)
          getSunsetTimeUTC gets the time of sunrise at the specified latitude and longitude on the specified day.
 


(c)2001 Kevin Boone/Web-Tomorrow