| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
static AstronomicalSeason |
AstronomicalSeason.of(Moment moment)
Determines the astronomical season related to given moment.
|
AstronomicalSeason |
AstronomicalSeason.onNorthernHemisphere()
Interpretes this season as related to the northern hemisphere and returns
this instance unchanged.
|
AstronomicalSeason |
AstronomicalSeason.onSouthernHemisphere()
Interpretes this season as related to the southern hemisphere and returns
the corresponding northern equivalent.
|
static AstronomicalSeason |
AstronomicalSeason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstronomicalSeason[] |
AstronomicalSeason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.