Class

com.avsystem.scex.util

EnrichedDate

Related Doc: package util

Permalink

final class EnrichedDate extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnrichedDate
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnrichedDate(wrapped: 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
  5. def addHours(amount: Int): Date

    Permalink
  6. def addMilliseconds(amount: Int): Date

    Permalink
  7. def addMinutes(amount: Int): Date

    Permalink
  8. def addMonths(amount: Int): Date

    Permalink
  9. def addSeconds(amount: Int): Date

    Permalink
  10. def addWeeks(amount: Int): Date

    Permalink
  11. def addYears(amount: Int): Date

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def dayOfMonth: Int

    Permalink
  14. def dayOfWeek: Int

    Permalink
    Annotations
    @Documentation()
  15. def dayOfYear: Int

    Permalink
  16. def format(dateFormat: String): String

    Permalink
    Annotations
    @Documentation()
  17. def format: String

    Permalink
    Annotations
    @Documentation()
  18. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  19. def hourOfDay: Int

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def millis: Long

    Permalink
    Annotations
    @Documentation()
  22. def millisOfSecond: Int

    Permalink
  23. def minuteOfDay: Int

    Permalink
  24. def minuteOfHour: Int

    Permalink
  25. def monthOfYear: Int

    Permalink
    Annotations
    @Documentation()
  26. def secondOfDay: Int

    Permalink
  27. def secondOfMinute: Int

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    Any
  29. def truncateToDays: Date

    Permalink
  30. def truncateToHours: Date

    Permalink
  31. def truncateToMinutes: Date

    Permalink
  32. def truncateToMonths: Date

    Permalink
  33. def truncateToSeconds: Date

    Permalink
  34. def truncateToYears: Date

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped