Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.48 KB

File metadata and controls

24 lines (16 loc) · 1.48 KB

//astronomy/io.github.cosinekitty.astronomy/SeasonsInfo

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.

Constructors

SeasonsInfo
fun SeasonsInfo(marchEquinox: Time, juneSolstice: Time, septemberEquinox: Time, decemberSolstice: Time)

Properties

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.