Object

com.getjenny.analyzer.util

Time

Related Doc: package util

Permalink

object Time

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

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dayOfMonth(zone: String = "CET"): Int

    Permalink

    get the current day of the month

    get the current day of the month

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the day of month: an integer between 1 and 31

  7. def dayOfTheWeek(zone: String = "CET"): DayOfWeek

    Permalink

    get the current day of the week

    get the current day of the week

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the day of week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

  8. def dayOfWeekInt(zone: String = "CET"): Int

    Permalink

    get the current day of the week as String

    get the current day of the week as String

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the number of the day of week: 1 - MONDAY, 2 - TUESDAY, 3 - WEDNESDAY, 4 - THURSDAY, 5 - FRIDAY, 6 - SATURDAY, 7 - SUNDAY

  9. def dayOfWeekString(zone: String = "CET"): String

    Permalink

    get the current day of the week as String

    get the current day of the week as String

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the string with day of week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

  10. def dayOfWeekToInt(weekDay: String): Int

    Permalink

    convert a string MONDAY ..

    convert a string MONDAY .. SUNDAY to Int

    weekDay

    a string with the day of the week

    returns

    an integer 1 - MONDAY .. 7 - SUNDAY

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hour(zone: String = "CET"): Int

    Permalink

    get the current hour

    get the current hour

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the current hour

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def minutes(zone: String = "CET"): Int

    Permalink

    get the current minute

    get the current minute

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the current minute

  19. def month(zone: String = "CET"): Month

    Permalink

    get the current month

    get the current month

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the month: JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER

  20. def monthInt(zone: String = "CET"): Int

    Permalink

    get the current day of the week as String

    get the current day of the week as String

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the month's number: 1 - JANUARY, 2 - FEBRUARY, 3 - MARCH, 4 - APRIL, 5 - MAY, 6 - JUNE, 7 - JULY, 8 - AUGUST, 9 - SEPTEMBER, 10 - OCTOBER, 11 - NOVEMBER, 12 - DECEMBER

  21. def monthString(zone: String = "CET"): String

    Permalink

    get the current month as String

    get the current month as String

    zone

    UTC, GMT, UT, CET, UTC+<N>, UTC-<N>, GMT+<N>, GMT-<N>, UT+<N> or UT-<N> where N is a number between -18 and +18. Default is CET

    returns

    the month: JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER

  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def timestampEpoc: Long

    Permalink

    current timestamp in seconds

    current timestamp in seconds

    returns

    the timestamp in seconds

  27. def timestampMillis: Long

    Permalink

    current timestamp in milliseconds

    current timestamp in milliseconds

    returns

    the timestamp in milliseconds

  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped