org.sisioh.baseunits.scala.time

DateSpecification

object DateSpecification

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateSpecification
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fixed(month: Int, day: Int, timeZone: TimeZone = TimeZones.Default): DateSpecification

    日付仕様のインスタンスを生成する。

    日付仕様のインスタンスを生成する。

    month

    月を表す正数(1〜12)

    day

    日を表す正数(1〜31)

    returns

    日付仕様

    Exceptions thrown
    IllegalArgumentException

    引数monthが1〜12の範囲ではない場合もしくは、 引数dayが1〜31の範囲ではない場合

  12. def fixed(day: Int): DateSpecification

    日付仕様「毎月day日」のインスタンスを生成する。

    日付仕様「毎月day日」のインスタンスを生成する。

    毎月31日を指定した場合、該当月に31日が存在しなければ、その月にはヒットしない。

    day

    日を表す正数(1〜31)

    returns

    日付仕様

    Exceptions thrown
    IllegalArgumentException

    引数dayが1〜31の範囲ではない場合

  13. def fixed(date: CalendarDate): FixedDateSpecification

    特定のある1日だけにマッチする日付仕様のインスタンスを返す。

    特定のある1日だけにマッチする日付仕様のインスタンスを返す。

    毎月31日を指定した場合、該当月に31日が存在しなければ、その月にはヒットしない。

    date

    マッチする日

    returns

    日付仕様

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

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

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

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

    Definition Classes
    AnyRef
  18. lazy val never: DateSpecification

    どの日付にもマッチしない日付仕様を返す。

    どの日付にもマッチしない日付仕様を返す。

    returns

    日付仕様

  19. final def notify(): Unit

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

    Definition Classes
    AnyRef
  21. def nthOccuranceOfWeekdayInEveryMonth(dayOfWeek: DayOfWeek, n: Int): DateSpecification

    毎月第Y◎曜日仕様のインスタンスを生成する。

    毎月第Y◎曜日仕様のインスタンスを生成する。

    dayOfWeek

    曜日

    n

    周回数(1〜5)

    returns

    日付仕様

  22. def nthOccuranceOfWeekdayInMonth(month: Int, dayOfWeek: DayOfWeek, n: Int, timeZone: TimeZone = TimeZones.Default): DateSpecification

    X月の第Y◎曜日仕様のインスタンスを生成する。

    X月の第Y◎曜日仕様のインスタンスを生成する。

    month

    月を表す正数(1〜12)

    dayOfWeek

    曜日

    n

    周回数(1〜5)

    returns

    日付仕様

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

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped