astronomy

//astronomy/io.github.cosinekitty.astronomy/MoonQuarterInfo

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.

Constructors

   
MoonQuarterInfo
fun MoonQuarterInfo(quarter: Int, time: Time)
 

Properties

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.