//astronomy/io.github.cosinekitty.astronomy/SeasonsInfo
class SeasonsInfo(marchEquinox: Time, juneSolstice: Time, septemberEquinox: Time, decemberSolstice: Time)
The dates and times of changes of season for a given calendar year.
Call seasons to calculate this data structure for a given year.
SeasonsInfo fun SeasonsInfo(marchEquinox: Time, juneSolstice: Time, septemberEquinox: Time, decemberSolstice: Time) |
Name | Summary |
---|---|
decemberSolstice val decemberSolstice: Time The date and time of the December solstice for the specified year. |
|
juneSolstice val juneSolstice: Time The date and time of the June soltice for the specified year. |
|
marchEquinox val marchEquinox: Time The date and time of the March equinox for the specified year. |
|
septemberEquinox val septemberEquinox: Time The date and time of the September equinox for the specified year. |