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. |