| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
static Twilight |
Twilight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Twilight[] |
Twilight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFunction<CalendarDate,Optional<Moment>> |
SolarTime.sunrise(Twilight twilight)
Calculates the time of given twilight at sunrise and the location of this instance.
|
ChronoFunction<CalendarDate,Optional<Moment>> |
SolarTime.sunset(Twilight twilight)
Calculates the time of given twilight at sunset and the location of this instance.
|
Copyright © 2014–2021. All rights reserved.