o

org.lunaspeed.lunar4s

SolarTerms

object SolarTerms

Currently only support 21st century.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolarTerms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait SolarTerm extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getYearTerms(year: Int): Map[SolarTerm, LocalDate]

    get SolarTerms for the whole year

  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def termAsDate(year: Int, term: SolarTerm): Option[LocalDate]

    get date for the SolarTerm in the year

  17. def termDate(year: Int, term: SolarTerm): Option[Int]

    get date of month for the SolarTerm in the year

  18. def toChinese(term: SolarTerm): String

    get SolarTerm Chinese name

  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. object AutumnCommences extends SolarTerm with Product with Serializable

    立秋

  24. object AutumnalEquinox extends SolarTerm with Product with Serializable

    秋分

  25. object BrightAndClean extends SolarTerm with Product with Serializable

    清明

  26. object ColdDew extends SolarTerm with Product with Serializable

    寒露

  27. object CornForms extends SolarTerm with Product with Serializable

    小滿

  28. object CornOnEar extends SolarTerm with Product with Serializable

    芒種

  29. object CornRain extends SolarTerm with Product with Serializable
  30. object EndOfHeat extends SolarTerm with Product with Serializable

    處暑

  31. object Frost extends SolarTerm with Product with Serializable

    霜降

  32. object GreatHeat extends SolarTerm with Product with Serializable

    大暑

  33. object HeavySnow extends SolarTerm with Product with Serializable

    大雪

  34. object InsectsWaken extends SolarTerm with Product with Serializable

    驚蟄

  35. object LightSnow extends SolarTerm with Product with Serializable

    小雪

  36. object ModerateCold extends SolarTerm with Product with Serializable

    小寒

  37. object ModerateHeat extends SolarTerm with Product with Serializable

    小暑

  38. object SevereCold extends SolarTerm with Product with Serializable

    大寒

  39. object SpringCommences extends SolarTerm with Product with Serializable

    立春

  40. object SpringShowers extends SolarTerm with Product with Serializable

    雨水

  41. object SummerCommences extends SolarTerm with Product with Serializable

    立夏

  42. object SummerSolstice extends SolarTerm with Product with Serializable

    夏至

  43. object VernalEquinox extends SolarTerm with Product with Serializable

    春分

  44. object WhiteDew extends SolarTerm with Product with Serializable

    白露

  45. object WinterCommences extends SolarTerm with Product with Serializable

    立冬

  46. object WinterSolstice extends SolarTerm with Product with Serializable

    冬至

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped