Class

perfolation

JVMCrossDate

Related Doc: package perfolation

Permalink

final class JVMCrossDate extends AnyVal with CrossDate

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

Instance Constructors

  1. new JVMCrossDate(calendar: Calendar)

    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 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"

    Definition Classes
    CrossDate
  5. def B: String

    Permalink

    Locale-specific full month name, e.g.

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

    Definition Classes
    CrossDate
  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

    Definition Classes
    CrossDate
  7. def D: String

    Permalink

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

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

    Definition Classes
    CrossDate
  8. def F: String

    Permalink

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

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

    Definition Classes
    CrossDate
  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

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  13. def P: String

    Permalink

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

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

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  15. def R: String

    Permalink

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

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

    Definition Classes
    CrossDate
  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).

    Definition Classes
    CrossDate
  17. def T: String

    Permalink

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

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

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  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.

    Definition Classes
    CrossDate
  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"

    Definition Classes
    CrossDate
  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".

    Definition Classes
    CrossDate
  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".

    Definition Classes
    CrossDate
  24. val calendar: Calendar

    Permalink
  25. 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

    Definition Classes
    CrossDate
  26. def dayOfMonth: Int

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  27. def dayOfWeek: Int

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  28. def dayOfYear: Int

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  29. def e: String

    Permalink

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

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

    Definition Classes
    CrossDate
  30. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  31. def h: String

    Permalink

    Same as 'b'.

    Same as 'b'.

    Definition Classes
    CrossDate
  32. def hour12: Int

    Permalink

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

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

    Definition Classes
    CrossDate
  33. 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".

    Definition Classes
    JVMCrossDateCrossDate
  34. def isAM: Boolean

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def isPM: Boolean

    Permalink

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

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

    Definition Classes
    CrossDate
  37. 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.

    Definition Classes
    CrossDate
  38. 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.

    Definition Classes
    CrossDate
  39. def l: String

    Permalink

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

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

    Definition Classes
    CrossDate
  40. 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.

    Definition Classes
    CrossDate
  41. 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.

    Definition Classes
    JVMCrossDateCrossDate
  42. 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.

    Definition Classes
    JVMCrossDateCrossDate
  43. 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.

    Definition Classes
    JVMCrossDateCrossDate
  44. def month: Int

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  45. def p: String

    Permalink

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

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

    Definition Classes
    CrossDate
  46. 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.

    Definition Classes
    CrossDate
  47. 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.

    Definition Classes
    CrossDate
  48. 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.

    Definition Classes
    JVMCrossDateCrossDate
  49. 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.

    Definition Classes
    CrossDate
  50. 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.

    Definition Classes
    JVMCrossDateCrossDate
  51. def timeZoneOffsetHH: Int

    Permalink

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

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

    Definition Classes
    CrossDate
  52. def timeZoneOffsetMM: 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.

    Definition Classes
    CrossDate
  53. 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.

    Definition Classes
    JVMCrossDateCrossDate
  54. def toString(): String

    Permalink
    Definition Classes
    Any
  55. 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.

    Definition Classes
    CrossDate
  56. def year: Int

    Permalink

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

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

    Definition Classes
    JVMCrossDateCrossDate
  57. 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.

    Definition Classes
    CrossDate

Inherited from CrossDate

Inherited from AnyVal

Inherited from Any

Ungrouped