trait CrossDate extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CrossDate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dayOfMonth: Int
  2. abstract def dayOfWeek: Int
  3. abstract def dayOfYear: Int
  4. abstract def hour24: Int
  5. abstract def isAM: Boolean
  6. abstract def milliOfSecond: Int
  7. abstract def milliseconds: Long
  8. abstract def minuteOfHour: Int
  9. abstract def month: Int
  10. abstract def secondOfMinute: Int
  11. abstract def timeZone: String
  12. abstract def timeZoneOffsetMillis: Int
  13. abstract def year: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def A: String
  5. def B: String
  6. def C: String
  7. def D: String
  8. def F: String
  9. def H: String
  10. def I: String
  11. def L: String
  12. def M: String
  13. def P: String
  14. def Q: String
  15. def R: String
  16. def S: String
  17. def T: String
  18. def Y: String
  19. def Z: String
  20. def a: String
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def b: String
  23. def c: String
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. def d: String
  26. def e: String
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def h: String
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hour12: Int
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isPM: Boolean
  36. def j: String
  37. def k: String
  38. def l: String
  39. def m: String
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def p: String
  44. def r: String
  45. def s: String
  46. def secondsOfEpoch: Long
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def timeZoneOffsetHH: String
  49. def timeZoneOffsetMM: String
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def y: String
  55. def z: String

Inherited from AnyRef

Inherited from Any

Ungrouped