Trait

dtc.instances

ZonedDateTimeInstanceWithoutOrder

Related Doc: package instances

Permalink

trait ZonedDateTimeInstanceWithoutOrder extends Zoned[ZonedDateTime]

Self Type
ZonedDateTimeInstanceWithoutOrder
Linear Supertypes
Zoned[ZonedDateTime], Capture[ZonedDateTime], TimePoint[ZonedDateTime], Order[ZonedDateTime], PartialOrder[ZonedDateTime], Eq[ZonedDateTime], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZonedDateTimeInstanceWithoutOrder
  2. Zoned
  3. Capture
  4. TimePoint
  5. Order
  6. PartialOrder
  7. Eq
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compare(x: ZonedDateTime, y: ZonedDateTime): Int

    Permalink
    Definition Classes
    Order

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def capture(date: LocalDate, time: LocalTime, zone: TimeZoneId): ZonedDateTime

    Permalink

    Java time based constructor for values of type A.

    Java time based constructor for values of type A. Resulting time point will match specified local date and time at specified zone.

    date

    local date part of A

    time

    local time part of A

    zone

    time zone context for specified local date and time

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderCapture
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def comparison(x: ZonedDateTime, y: ZonedDateTime): Comparison

    Permalink
    Definition Classes
    Order
  8. def date(x: ZonedDateTime): LocalDate

    Permalink

    Date part of x

    Date part of x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  9. def dayOfMonth(x: ZonedDateTime): Int

    Permalink
  10. def dayOfWeek(x: ZonedDateTime): DayOfWeek

    Permalink
  11. def daysUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full days between two datetime values.

    Returns number of full days between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def eqv(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → PartialOrder → Eq
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def gt(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → PartialOrder
  18. def gteqv(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → PartialOrder
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hour(x: ZonedDateTime): Int

    Permalink
  21. def hoursUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full hours between two datetime values.

    Returns number of full hours between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  22. def isAfter(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    TimePoint
  23. def isAfterOrEquals(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    TimePoint
  24. def isBefore(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    TimePoint
  25. def isBeforeOrEquals(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    TimePoint
  26. def isEqual(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    TimePoint
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def lt(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → PartialOrder
  29. def lteqv(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → PartialOrder
  30. def max(x: ZonedDateTime, y: ZonedDateTime): ZonedDateTime

    Permalink
    Definition Classes
    Order
  31. def millisecond(x: ZonedDateTime): Int

    Permalink
  32. def millisecondsUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of milliseconds between two datetime values.

    Returns number of milliseconds between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  33. def min(x: ZonedDateTime, y: ZonedDateTime): ZonedDateTime

    Permalink
    Definition Classes
    Order
  34. def minus(x: ZonedDateTime, d: Duration): ZonedDateTime

    Permalink

    Subtract a (possibly negative) duration from this datetime

    Subtract a (possibly negative) duration from this datetime

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  35. def minute(x: ZonedDateTime): Int

    Permalink
  36. def minutesUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full minutes between two datetime values.

    Returns number of full minutes between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  37. def month(x: ZonedDateTime): Int

    Permalink
  38. def monthsUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full months between two datetime values.

    Returns number of full months between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def neqv(x: ZonedDateTime, y: ZonedDateTime): Boolean

    Permalink
    Definition Classes
    Order → Eq
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def offset(x: ZonedDateTime): Offset

    Permalink

    UTC offset of this datetime value

    UTC offset of this datetime value

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderZoned
  44. def partialCompare(x: ZonedDateTime, y: ZonedDateTime): Double

    Permalink
    Definition Classes
    Order → PartialOrder
  45. def partialComparison(x: ZonedDateTime, y: ZonedDateTime): Option[Comparison]

    Permalink
    Definition Classes
    PartialOrder
  46. def plus(x: ZonedDateTime, d: Duration): ZonedDateTime

    Permalink

    Add a (possibly negative) duration to this datetime

    Add a (possibly negative) duration to this datetime

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  47. def plusDays(x: ZonedDateTime, days: Int): ZonedDateTime

    Permalink

    Add a (possibly negative) number of months to this datetime.

    Add a (possibly negative) number of months to this datetime.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  48. def plusMonths(x: ZonedDateTime, months: Int): ZonedDateTime

    Permalink

    Add a (possibly negative) number of months to this datetime.

    Add a (possibly negative) number of months to this datetime.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  49. def plusYears(x: ZonedDateTime, years: Int): ZonedDateTime

    Permalink

    Add a (possibly negative) number of years to this datetime.

    Add a (possibly negative) number of years to this datetime.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  50. def pmax(x: ZonedDateTime, y: ZonedDateTime): Option[ZonedDateTime]

    Permalink
    Definition Classes
    PartialOrder
  51. def pmin(x: ZonedDateTime, y: ZonedDateTime): Option[ZonedDateTime]

    Permalink
    Definition Classes
    PartialOrder
  52. def second(x: ZonedDateTime): Int

    Permalink
  53. def secondsUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full seconds between two datetime values.

    Returns number of full seconds between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. def time(x: ZonedDateTime): LocalTime

    Permalink

    Time part of x

    Time part of x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  56. def toOrdering: Ordering[ZonedDateTime]

    Permalink
    Definition Classes
    Order
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. def tryCompare(x: ZonedDateTime, y: ZonedDateTime): Option[Int]

    Permalink
    Definition Classes
    PartialOrder
  59. def utc(x: ZonedDateTime): (LocalDate, LocalTime)

    Permalink

    Get UTC date and time for this instant

    Get UTC date and time for this instant

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withDate(x: ZonedDateTime, date: LocalDate): ZonedDateTime

    Permalink

    Create a copy of x with date part updated to supplied one.

    Create a copy of x with date part updated to supplied one.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  64. def withDayOfMonth(x: ZonedDateTime, dayOfMonth: Int): ZonedDateTime

    Permalink

    Create a copy of x with day of month altered.

    Create a copy of x with day of month altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  65. def withHour(x: ZonedDateTime, hour: Int): ZonedDateTime

    Permalink

    Create a copy of x with hour of day altered.

    Create a copy of x with hour of day altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  66. def withMillisecond(x: ZonedDateTime, millisecond: Int): ZonedDateTime

    Permalink

    Create a copy of x with millisecond of second altered.

    Create a copy of x with millisecond of second altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  67. def withMinute(x: ZonedDateTime, minute: Int): ZonedDateTime

    Permalink

    Create a copy of x with minute if hour altered.

    Create a copy of x with minute if hour altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  68. def withMonth(x: ZonedDateTime, month: Int): ZonedDateTime

    Permalink

    Create a copy of x with month altered.

    Create a copy of x with month altered. Month value has to be in [1,12] range

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  69. def withSecond(x: ZonedDateTime, second: Int): ZonedDateTime

    Permalink

    Create a copy of x with second of minute altered.

    Create a copy of x with second of minute altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  70. def withTime(x: ZonedDateTime, time: LocalTime): ZonedDateTime

    Permalink

    Create a copy of x with time part updated to supplied one.

    Create a copy of x with time part updated to supplied one.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  71. def withYear(x: ZonedDateTime, year: Int): ZonedDateTime

    Permalink

    Create a copy of x with year altered.

    Create a copy of x with year altered.

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  72. def withZoneSameInstant(x: ZonedDateTime, zone: TimeZoneId): ZonedDateTime

    Permalink

    Returns a new date time value with timezone altered in a way, that preserves exact moment in time, described by x

    Returns a new date time value with timezone altered in a way, that preserves exact moment in time, described by x

    x

    original date-time

    zone

    time zone to create new value in

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderZoned
  73. def withZoneSameLocal(x: ZonedDateTime, zone: TimeZoneId): ZonedDateTime

    Permalink

    Returns a new date time value with timezone altered.

    Returns a new date time value with timezone altered. Local date and time stay the same.

    This means that if supplied zone has different offset, new value will have different instant.

    x

    original date-time

    zone

    time zone to create new value in

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderZoned
  74. def year(x: ZonedDateTime): Int

    Permalink
  75. def yearsUntil(x: ZonedDateTime, until: ZonedDateTime): Long

    Permalink

    Returns number of full years between two datetime values.

    Returns number of full years between two datetime values. Result can be negative if until < x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderTimePoint
  76. def zone(x: ZonedDateTime): TimeZoneId

    Permalink

    Get the timezone of x

    Get the timezone of x

    Definition Classes
    ZonedDateTimeInstanceWithoutOrderZoned

Inherited from Zoned[ZonedDateTime]

Inherited from Capture[ZonedDateTime]

Inherited from TimePoint[ZonedDateTime]

Inherited from Order[ZonedDateTime]

Inherited from PartialOrder[ZonedDateTime]

Inherited from Eq[ZonedDateTime]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped