Class

io.teamscala.scala.util

DateOps

Related Doc: package util

Permalink

final class DateOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DateOps(self: Date)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def addDays(amount: Int): Date

    Permalink
    Annotations
    @inline()
  5. def addHours(amount: Int): Date

    Permalink
    Annotations
    @inline()
  6. def addMilliseconds(amount: Int): Date

    Permalink
    Annotations
    @inline()
  7. def addMinutes(amount: Int): Date

    Permalink
    Annotations
    @inline()
  8. def addMonths(amount: Int): Date

    Permalink
    Annotations
    @inline()
  9. def addSeconds(amount: Int): Date

    Permalink
    Annotations
    @inline()
  10. def addWeeks(amount: Int): Date

    Permalink
    Annotations
    @inline()
  11. def addYears(amount: Int): Date

    Permalink
    Annotations
    @inline()
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def diff(to: Date): Duration

    Permalink
    Annotations
    @inline()
  14. def format(pattern: String, timeZone: TimeZone = TimeZone.getDefault, locale: Locale = Locale.getDefault): String

    Permalink
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]

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

    Permalink
    Definition Classes
    Any
  17. def ofExpiry: Date

    Permalink
    Annotations
    @inline()
  18. def ofExpiry(timeZone: TimeZone = TimeZone.getDefault, locale: Locale = Locale.getDefault): Date

    Permalink

    해당 날짜의 만료시간을 가져온다.

    해당 날짜의 만료시간을 가져온다.

    timeZone

    the time zone.

    locale

    the locale.

    returns

    만료시간. (23시 59분 59초 999밀리초)

  19. val self: Date

    Permalink
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def truncAmPm: Date

    Permalink
    Annotations
    @inline()
  22. def truncDate: Date

    Permalink
    Annotations
    @inline()
  23. def truncHour: Date

    Permalink
    Annotations
    @inline()
  24. def truncMillisecond: Date

    Permalink
    Annotations
    @inline()
  25. def truncMinute: Date

    Permalink
    Annotations
    @inline()
  26. def truncMonth: Date

    Permalink
    Annotations
    @inline()
  27. def truncSecond: Date

    Permalink
    Annotations
    @inline()
  28. def truncSemiMonth: Date

    Permalink
    Annotations
    @inline()
  29. def truncYear: Date

    Permalink
    Annotations
    @inline()
  30. def withDays(amount: Int): Date

    Permalink
    Annotations
    @inline()
  31. def withHours(amount: Int): Date

    Permalink
    Annotations
    @inline()
  32. def withMilliseconds(amount: Int): Date

    Permalink
    Annotations
    @inline()
  33. def withMinutes(amount: Int): Date

    Permalink
    Annotations
    @inline()
  34. def withMonths(amount: Int): Date

    Permalink
    Annotations
    @inline()
  35. def withSeconds(amount: Int): Date

    Permalink
    Annotations
    @inline()
  36. def withYears(amount: Int): Date

    Permalink
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped