org.sisioh.baseunits.scala.time

TimePoint

object TimePoint extends Serializable

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

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimePoint
  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. val GMT: TimeZone

  7. def apply(milliseconds: Long): TimePoint

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

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

    milliseconds

    エポックからの経過ミリ秒

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def at(year: Int, month: MonthOfYear, date: DayOfMonth, hour: Int, minute: Int, second: Int, millisecond: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    year

    month

    date

    hour

    minute

    second

    millisecond

    ミリ秒

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  10. def at(year: Int, month: Int, date: Int, hour: Int, minute: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  11. def at(year: Int, month: Int, date: Int, hour: Int, minute: Int, second: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    second

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  12. def at(year: Int, month: Int, date: Int, hour: Int, minute: Int, second: Int, millisecond: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    second

    millisecond

    ミリ秒

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  13. def at(yearMonth: CalendarMonth, date: DayOfMonth, hour: Int, minute: Int, second: Int, millisecond: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    yearMonth

    年月

    date

    hour

    minute

    second

    millisecond

    ミリ秒

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  14. def at12hr(year: Int, month: Int, date: Int, hour: Int, amPm: String, minute: Int, second: Int, millisecond: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    amPm

    午前午後を表す文字列("AM", "PM"など)

    minute

    second

    millisecond

    ミリ秒

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

    Exceptions thrown
    IllegalArgumentException

    引数hourの値が0〜11の範囲ではない場合もしくは、 引数amPmの値が "AM" または "PM" ではない場合もしく

  15. def at12hr(year: Int, month: Int, date: Int, hour: Int, amPm: String, minute: Int, second: Int, millisecond: Int): TimePoint

    世界標準時における、指定した日時を表すインスタンスを取得する。

    世界標準時における、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    amPm

    午前午後を表す文字列("AM", "PM"など)

    minute

    second

    millisecond

    ミリ秒

    returns

    org.sisioh.baseunits.scala.time.TimePoint

    Exceptions thrown
    IllegalArgumentException

    引数hourの値が0〜11の範囲ではない場合もしくは、 引数amPmの値が "AM" または "PM" ではない場合

  16. def atGMT(year: Int, month: Int, date: Int, hour: Int, minute: Int, second: Int, millisecond: Int): TimePoint

    世界標準時における、指定した日時を表すインスタンスを取得する。

    世界標準時における、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    second

    millisecond

    ミリ秒

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  17. def atGMT(year: Int, month: Int, date: Int, hour: Int, minute: Int, second: Int): TimePoint

    世界標準時における、指定した日時を表すインスタンスを取得する。

    世界標準時における、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    second

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  18. def atGMT(year: Int, month: Int, date: Int, hour: Int, minute: Int): TimePoint

    世界標準時における、指定した日時を表すインスタンスを取得する。

    世界標準時における、指定した日時を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    hour

    minute

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  19. def atMidnight(year: Int, month: Int, date: Int, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日付の午前0時(深夜)を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日付の午前0時(深夜)を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  20. def atMidnight(calendarDate: CalendarDate, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時の午前0時(深夜)を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時の午前0時(深夜)を表すインスタンスを取得する。

    calendarDate

    日付

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  21. def atMidnightGMT(year: Int, month: Int, date: Int): TimePoint

    世界標準時における、指定した日付の午前0時(深夜)を表すインスタンスを取得する。

    世界標準時における、指定した日付の午前0時(深夜)を表すインスタンスを取得する。

    year

    month

    月(1〜12)

    date

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  22. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def from(milliseconds: Long): TimePoint

    エポックからの経過ミリ秒を org.sisioh.baseunits.scala.time.TimePoint に変換する。

    エポックからの経過ミリ秒を org.sisioh.baseunits.scala.time.TimePoint に変換する。

    milliseconds

    エポックからの経過ミリ秒

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  27. def from(javaDate: Date): TimePoint

    java.utilDateorg.sisioh.baseunits.scala.time.TimePointに変換する。

    java.utilDateorg.sisioh.baseunits.scala.time.TimePointに変換する。

    javaDate

    元となる日時情報を表す java.util.Dateインスタンス

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  28. def from(date: CalendarDate, time: TimeOfDay, zone: TimeZone): TimePoint

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    指定したタイムゾーンにおける、指定した日時を表すインスタンスを取得する。

    date

    日付

    time

    時間

    zone

    タイムゾーン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

  29. def from(calendar: Calendar): TimePoint

    java.util.Calendarorg.sisioh.baseunits.scala.time.TimePointに変換する。

    java.util.Calendarorg.sisioh.baseunits.scala.time.TimePointに変換する。

    calendar

    元となる日時情報を表す java.util.Calendarインスタンス

    returns

    org.sisioh.baseunits.scala.time.TimePoint

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. def parse(dateTimeString: String, pattern: String, timeZone: TimeZone): TimePoint

    日時を表す文字列を、指定したパターンで指定したタイムゾーンとして解析し、その日時を表す org.sisioh.baseunits.scala.time.TimePointを返す。

    日時を表す文字列を、指定したパターンで指定したタイムゾーンとして解析し、その日時を表す org.sisioh.baseunits.scala.time.TimePointを返す。

    dateTimeString

    日時を表す文字列

    pattern

    解析パターン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

    Exceptions thrown
    ParseException

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

  37. def parseGMTFrom(dateTimeString: String, pattern: String): TimePoint

    日時を表す文字列を、指定したパターンで世界標準時として解析し、その日時を表す org.sisioh.baseunits.scala.time.TimePointを返す。

    日時を表す文字列を、指定したパターンで世界標準時として解析し、その日時を表す org.sisioh.baseunits.scala.time.TimePointを返す。

    pattern

    解析パターン

    returns

    org.sisioh.baseunits.scala.time.TimePoint

    Exceptions thrown
    ParseException

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def unapply(timePoint: TimePoint): Some[Long]

    抽出子メソッド。

    抽出子メソッド。

    returns

    Option[(Long)]

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped