42 #ifndef _DWMSUNRISESUNSET_HH_ 43 #define _DWMSUNRISESUNSET_HH_ 55 TimeValue64
Sunrise(
double latitude,
double longitude, time_t t);
63 TimeValue64
Sunset(
double latitude,
double longitude, time_t t);
69 bool IsDaytime(
double latitude,
double longitude, time_t t);
73 #endif // _DWMSUNRISESUNSET_HH_ TimeValue64 Sunset(double latitude, double longitude, time_t t)
Returns the time of sunset for the given latitude and longitude on the day that includes time t...
bool IsDaytime(double latitude, double longitude, time_t t)
Returns true if the given time t at (latitude, longitude) is while the sun is up. ...
TimeValue64 Sunrise(double latitude, double longitude, time_t t)
Returns the time of sunrise for the given latitude and longitude on the day that includes time t...
Definition: DwmBZ2IO.hh:67
Dwm::TimeValue64 class definition.