//astronomy/io.github.cosinekitty.astronomy/Time/Time
fun Time(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Double)
Creates a Time object from a UTC year, month, day, hour, minute and second.
year | The UTC year value. |
month | The UTC month value 1..12. |
day | The UTC day of the month 1..31. |
hour | The UTC hour value 0..23. |
minute | The UTC minute value 0..59. |
second | The UTC second in the half-open range [0, 60). |