Trait/Object

perfolation

CrossDate

Related Docs: object CrossDate | package perfolation

Permalink

trait CrossDate extends Any

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

Abstract Value Members

  1. abstract def dayOfMonth: Int

    Permalink

    Evaluates to the day of the month (1-31) for the specified date according to local time.

  2. abstract def dayOfWeek: Int

    Permalink

    Evaluates to the day of the week (1-7) for the specified date according to local time.

  3. abstract def dayOfYear: Int

    Permalink

    Evaluates to the day of the year (0-365) for the specified date according to local time.

  4. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  5. abstract def hour24: Int

    Permalink

    Evaluates to the hour within the date.

    Evaluates to the hour within the date. E.g., at 10:04:15.250 PM, hour24 is 10. Note this is "military time".

  6. abstract def isAM: Boolean

    Permalink

    Evaluates to false if hour24 is less than 12; otherwise 'true'.

  7. abstract def milliOfSecond: Int

    Permalink

    Evaluates to the millisecond within the second.

    Evaluates to the millisecond within the second. E.g., at 10:04:15.250 PM, milliOfSecond is 250.

  8. abstract def milliseconds: Long

    Permalink

    A field containing the numeric value corresponding to the current time - the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored.

    A field containing the numeric value corresponding to the current time - the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored. Roughly the point in time this date represents.

  9. abstract def minuteOfHour: Int

    Permalink

    Evaluates to the minute within the hour.

    Evaluates to the minute within the hour. E.g., at 10:04:15.250 PM, minuteOfHour is 4.

  10. abstract def month: Int

    Permalink

    Evaluates to the month (0-11) in the specified date according to local time.

  11. abstract def secondOfMinute: Int

    Permalink

    Evaluates to the second within the minute.

    Evaluates to the second within the minute. E.g., at 10:04:15.250 PM, secondOfMinute is 15.

  12. abstract def timeZone: String

    Permalink

    A string representing the abbreviation for the time zone.

    A string representing the abbreviation for the time zone. This value will be adjusted as necessary for Daylight Saving Time.

  13. abstract def timeZoneOffsetMillis: Int

    Permalink

    Evaluates to the time difference between UTC time and local time, in minutes.

    Evaluates to the time difference between UTC time and local time, in minutes. If UTC is in the future relative to local time, this will be positive.

  14. abstract def year: Int

    Permalink

    Evaluates to the year (4 digits for 4-digit years) of the specified date according to local time.

Concrete 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 A: String

    Permalink

    Locale-specific full name of the day of the week, e.g.

    Locale-specific full name of the day of the week, e.g. "Sunday", "Monday"

  5. def B: String

    Permalink

    Locale-specific full month name, e.g.

    Locale-specific full month name, e.g. "January", "February".

  6. def C: String

    Permalink

    Four-digit year divided by 100, formatted as two digits with leading zero as necessary, i.e.

    Four-digit year divided by 100, formatted as two digits with leading zero as necessary, i.e. 00 - 99

  7. def D: String

    Permalink

    Date formatted as "%tm/%td/%ty".

  8. def F: String

    Permalink

    ISO 8601 complete date formatted as "%tY-%tm-%td".

  9. def H: String

    Permalink

    Hour of the day for the 24-hour clock, formatted as two digits with a leading zero as necessary i.e.

    Hour of the day for the 24-hour clock, formatted as two digits with a leading zero as necessary i.e. 00 - 23

  10. def I: String

    Permalink

    Hour for the 12-hour clock, formatted as two digits with a leading zero as necessary, i.e.

    Hour for the 12-hour clock, formatted as two digits with a leading zero as necessary, i.e. 01 - 12.

  11. def L: String

    Permalink

    Millisecond within the second formatted as three digits with leading zeros as necessary, i.e.

    Millisecond within the second formatted as three digits with leading zeros as necessary, i.e. 000 - 999.

  12. def M: String

    Permalink

    Minute within the hour formatted as two digits with a leading zero as necessary, i.e.

    Minute within the hour formatted as two digits with a leading zero as necessary, i.e. 00 - 59.

  13. def P: String

    Permalink

    Locale-specific morning or afternoon marker in upper case, e.g."AM" or "PM".

  14. def Q: String

    Permalink

    A field containing the numeric value in String form corresponding to the current time - the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored.

    A field containing the numeric value in String form corresponding to the current time - the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored. Roughly the point in time this date represents.

  15. def R: String

    Permalink

    Time formatted for the 24-hour clock as "%tH:%tM"

  16. def S: String

    Permalink

    Seconds within the minute, formatted as two digits with a leading zero as necessary, i.e.

    Seconds within the minute, formatted as two digits with a leading zero as necessary, i.e. 00 - 60 ("60" is a special value required to support leap seconds).

  17. def T: String

    Permalink

    Time formatted for the 24-hour clock as "%tH:%tM:%tS".

  18. def Y: String

    Permalink

    Year, formatted as at least four digits with leading zeros as necessary, e.g.

    Year, formatted as at least four digits with leading zeros as necessary, e.g. 0092 equals 92 CE for the Gregorian calendar.

  19. def Z: String

    Permalink

    A string representing the abbreviation for the time zone.

    A string representing the abbreviation for the time zone. This value will be adjusted as necessary for Daylight Saving Time.

  20. def a: String

    Permalink

    Locale-specific short name of the day of the week, e.g.

    Locale-specific short name of the day of the week, e.g. "Sun", "Mon"

  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def b: String

    Permalink

    Locale-specific abbreviated month name, e.g.

    Locale-specific abbreviated month name, e.g. "Jan", "Feb".

  23. def c: String

    Permalink

    Date and time formatted as "%ta %tb %td %tT %tZ %tY", e.g.

    Date and time formatted as "%ta %tb %td %tT %tZ %tY", e.g. "Sun Jul 20 16:17:00 EDT 1969".

  24. def d: String

    Permalink

    Day of month, formatted as two digits with leading zeros as necessary, i.e.

    Day of month, formatted as two digits with leading zeros as necessary, i.e. 01 - 31

  25. def e: String

    Permalink

    Day of month, formatted as two digits, i.e.

    Day of month, formatted as two digits, i.e. 1 - 31.

  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  27. def h: String

    Permalink

    Same as 'b'.

  28. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  29. def hour12: Int

    Permalink

    Evaluates to the standard 12-hour time format for the current date.

  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isPM: Boolean

    Permalink

    Evaluates to 'true' if 'hour24' is 12-24

  32. def j: String

    Permalink

    Day of year, formatted as three digits with leading zeros as necessary, e.g.

    Day of year, formatted as three digits with leading zeros as necessary, e.g. 001 - 366 for the Gregorian calendar.

  33. def k: String

    Permalink

    Hour of the day for the 24-hour clock, i.e.

    Hour of the day for the 24-hour clock, i.e. 0 - 23.

  34. def l: String

    Permalink

    Hour for the 12-hour clock, i.e.

    Hour for the 12-hour clock, i.e. 1 - 12.

  35. def m: String

    Permalink

    Month, formatted as two digits with leading zeros as necessary, i.e.

    Month, formatted as two digits with leading zeros as necessary, i.e. 01 - 13.

  36. def p: String

    Permalink

    Locale-specific morning or afternoon marker in lower case, e.g."am" or "pm".

  37. def r: String

    Permalink

    Time formatted for the 12-hour clock as "%tI:%tM:%tS %Tp".

    Time formatted for the 12-hour clock as "%tI:%tM:%tS %Tp". The location of the morning or afternoon marker ('%Tp') may be locale-dependent.

  38. def s: String

    Permalink

    A field containing the numeric value in String form corresponding to the current time - the number of seconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored.

    A field containing the numeric value in String form corresponding to the current time - the number of seconds elapsed since January 1, 1970 00:00:00 UTC, with leap seconds ignored. Roughly the point in time this date represents.

  39. def secondsOfEpoch: Long

    Permalink

    A field containing the numeric value corresponding to the current time - the number of seconds elapsed * since January 1, 1970 00:00:00 UTC, with leap seconds ignored.

    A field containing the numeric value corresponding to the current time - the number of seconds elapsed * since January 1, 1970 00:00:00 UTC, with leap seconds ignored. Roughly the point in time this date represents.

  40. def timeZoneOffsetHH: Int

    Permalink

    Evaluates to the time difference between UTC time and local time, in hours.

  41. def timeZoneOffsetMM: Int

    Permalink

    Evaluates to the time difference between UTC time and local time, in minutes.

  42. def toString(): String

    Permalink
    Definition Classes
    Any
  43. def y: String

    Permalink

    Last two digits of the year, formatted with leading zeros as necessary, i.e.

    Last two digits of the year, formatted with leading zeros as necessary, i.e. 00 - 99.

  44. def z: String

    Permalink

    RFC 822 style numeric time zone offset from GMT, e.g.

    RFC 822 style numeric time zone offset from GMT, e.g. -0800. This value will be adjusted as necessary for Daylight Saving Time.

Inherited from Any

Ungrouped