org.sisioh.baseunits.scala.time

CalendarYearMonth

object CalendarYearMonth extends Serializable

CalendarMonthコンパニオンオブジェクト。

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CalendarYearMonth
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(year: Int, month: Int, timeZone: TimeZone = TimeZones.Default): CalendarYearMonth

    インスタンスを生成する。

    インスタンスを生成する。

    year

    month

    returns

    org.sisioh.baseunits.scala.time.CalendarYearMonth

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def from(timePoint: TimePoint, timeZone: TimeZone = TimeZones.Default): CalendarYearMonth

    指定したタイムゾーン上で指定した瞬間が属する日付を元に、 CalendarDateのインスタンスを生成する。

    指定したタイムゾーン上で指定した瞬間が属する日付を元に、 CalendarDateのインスタンスを生成する。

    timePoint

    瞬間

    returns

    CalendarDate

  13. def from(year: Int, month: MonthOfYear, timeZone: TimeZone): CalendarYearMonth

    指定した年月を表す、CalendarYearMonth のインスタンスを生成する。

    指定した年月を表す、CalendarYearMonth のインスタンスを生成する。

    year

    month

    timeZone

    タイムゾーン

    returns

    CalendarYearMonth

  14. def from(year: Int, month: MonthOfYear): CalendarYearMonth

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    year

    month

    returns

    CalendarYearMonth

  15. def from(year: Int, month: Int, timeZone: TimeZone): CalendarYearMonth

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    year

    西暦年をあらわす数

    month

    月をあらわす正数(1〜12)

    timeZone

    タイムゾーン

    returns

    CalendarDate

    Exceptions thrown
    IllegalArgumentException

    引数monthが1〜12の範囲ではない場合

  16. def from(year: Int, month: Int): CalendarYearMonth

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    指定した年月を表す、CalendarYearMonthのインスタンスを生成する。

    year

    西暦年をあらわす数

    month

    月をあらわす正数(1〜12)

    returns

    CalendarDate

    Exceptions thrown
    IllegalArgumentException

    引数monthが1〜12の範囲ではない場合

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def parse(dateString: String, pattern: String, timeZone: TimeZone = TimeZones.Default): CalendarYearMonth

    指定した年月を表す、CalendarYearMonth のインスタンスを生成する。

    指定した年月を表す、CalendarYearMonth のインスタンスを生成する。

    dateString

    年月を表す文字列

    pattern

    解析パターン文字列

    returns

    CalendarYearMonth

    Exceptions thrown
    ParseException

    文字列の解析に失敗した場合

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def unapply(calendarMonth: CalendarYearMonth): Option[(Int, MonthOfYear)]

    抽出子メソッド。

    抽出子メソッド。

    calendarMonth

    org.sisioh.baseunits.scala.time.CalendarYearMonth

    returns

    Option[(Int, Int)]

  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped