org.jscala

Date

class Date extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Date
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Date()

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. def UTC(): String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def getDate(): Int

  14. def getDay(): Int

  15. def getFullYear(): Int

  16. def getHours(): Int

  17. def getMilliseconds(): Int

  18. def getMinutes(): Int

  19. def getMonth(): Int

  20. def getSeconds(): Int

  21. def getTime(): Int

  22. def getTimezoneOffset(): Int

  23. def getUTCDate(): Int

  24. def getUTCDay(): Int

  25. def getUTCFullYear(): Int

  26. def getUTCHours(): Int

  27. def getUTCMilliseconds(): Int

  28. def getUTCMinutes(): Int

  29. def getUTCMonth(): Int

  30. def getUTCSeconds(): Int

  31. def getYear(): Int

  32. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  37. def parse(date: String): Int

  38. def setDate(v: Int): Unit

  39. def setFullYear(v: Int): Unit

  40. def setHours(v: Int): Unit

  41. def setMilliseconds(v: Int): Unit

  42. def setMinutes(v: Int): Unit

  43. def setMonth(v: Int): Unit

  44. def setSeconds(v: Int): Unit

  45. def setTime(v: Int): Unit

  46. def setUTCDate(v: Int): Unit

  47. def setUTCFullYear(v: Int): Unit

  48. def setUTCHours(v: Int): Unit

  49. def setUTCMilliseconds(v: Int): Unit

  50. def setUTCMinutes(v: Int): Unit

  51. def setUTCMonth(v: Int): Unit

  52. def setUTCSeconds(v: Int): Unit

  53. def setYear(v: Int): Unit

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

    Definition Classes
    AnyRef
  55. def toDateString(): Int

  56. def toGMTString(): String

  57. def toISOString(): String

  58. def toJSON(): String

  59. def toLocaleDateString(): String

  60. def toLocaleString(): String

  61. def toLocaleTimeString(): String

  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. def toTimeString(): String

  64. def toUTCString(): String

  65. def valueOf(): Int

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped