Class AstronomyDay
java.lang.Object
com.timeanddate.services.dataTypes.astro.AstronomyDay
- Author:
- Cato Auestad <cato@timeanddate.com>
-
Method Summary
Modifier and TypeMethodDescriptionLength of this day (time between sunrise and sunset).static AstronomyDay
getDate()
Date for the current information.Lists all events during the day.Moon phase for the day.
-
Method Details
-
getDate
Date for the current information. -
DayLength
Length of this day (time between sunrise and sunset). If the sun is not up on this day, 00:00 will reported. If the sun does not set on this day, the value will read 24:00. -
getMoonPhase
Moon phase for the day. Only if requested. -
getEvents
Lists all events during the day. -
fromNode
-