Package

org.lunaspeed

lunar4s

Permalink

package lunar4s

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

Type Members

  1. case class LunarDate(year: Int, month: Int, date: Int, hour: Int, lunarHour: Int, isLeap: Boolean) extends Product with Serializable

    Permalink

    Constructor.

    Constructor.

    year

    year of Lunar date

    month

    month of Lunar date

    date

    date of Lunar date

    hour

    hour of original DateTime

    lunarHour

    lunar hour in terms of Stem(天) or so called 時辰, value from 0 ~ 12.

    isLeap

    is the month a leap month (閏月)

  2. class LunarDateArgumentException extends RuntimeException

    Permalink

Value Members

  1. final val BASE_DATE: LocalDateTime

    Permalink
  2. final val BASE_YEAR: Int

    Permalink
  3. object LunarDate extends Serializable

    Permalink
  4. object LunarDateExtra

    Permalink
  5. object LunarDateOutOfRangeException extends LunarDateArgumentException with Product with Serializable

    Permalink
  6. final val MAX_YEAR: Int(2099)

    Permalink
  7. object MonthOutOfRangeException extends LunarDateArgumentException with Product with Serializable

    Permalink
  8. object YearOutOfRangeException extends LunarDateArgumentException with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped