Uses of Enum Class
net.time4j.calendar.astro.AstronomicalSeason
-
Uses of AstronomicalSeason in net.time4j.calendar.astro
Modifier and TypeMethodDescriptionstatic AstronomicalSeason
Determines the astronomical season related to given moment.AstronomicalSeason.onNorthernHemisphere()
Interpretes this season as related to the northern hemisphere and returns this instance unchanged.AstronomicalSeason.onSouthernHemisphere()
Interpretes this season as related to the southern hemisphere and returns the corresponding northern equivalent.static AstronomicalSeason
Returns the enum constant of this class with the specified name.static AstronomicalSeason[]
AstronomicalSeason.values()
Returns an array containing the constants of this enum class, in the order they are declared.