//astronomy/io.github.cosinekitty.astronomy/MoonQuarterInfo
class MoonQuarterInfo(quarter: Int, time: Time)
A lunar quarter event (new moon, first quarter, full moon, or third quarter) along with its date and time.
MoonQuarterInfo fun MoonQuarterInfo(quarter: Int, time: Time) |
Name | Summary |
---|---|
quarter val quarter: Int 0=new moon, 1=first quarter, 2=full moon, 3=third quarter. |
|
time val time: Time The date and time of the lunar quarter. |