Class

perfolation

NativeCrossDate

Related Doc: package perfolation

Permalink

class NativeCrossDate extends CrossDate

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

Instance Constructors

  1. new NativeCrossDate(milliseconds: Long, dms: Ptr[time_t])

    Permalink

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. val date: tmOps

    Permalink
  27. 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
    NativeCrossDateCrossDate
  28. 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
    NativeCrossDateCrossDate
  29. 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
    NativeCrossDateCrossDate
  30. 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
  31. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def h: String

    Permalink

    Same as 'b'.

    Same as 'b'.

    Definition Classes
    CrossDate
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. 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
  38. 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
    NativeCrossDateCrossDate
  39. 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
    NativeCrossDateCrossDate
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isPM: Boolean

    Permalink

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

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

    Definition Classes
    CrossDate
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
    NativeCrossDateCrossDate
  47. val 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
    NativeCrossDateCrossDate
  48. 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
    NativeCrossDateCrossDate
  49. 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
    NativeCrossDateCrossDate
  50. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  53. 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
  54. 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
  55. 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
  56. 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
    NativeCrossDateCrossDate
  57. 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
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. 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
    NativeCrossDateCrossDate
  60. 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
  61. 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
  62. 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
    NativeCrossDateCrossDate
  63. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. 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
  68. 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
    NativeCrossDateCrossDate
  69. 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 AnyRef

Inherited from Any

Ungrouped