Schnittstelle ClockType


public interface ClockType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    monotonic time since some unspecified starting
    point
    static final int
    some other time source is used (Since: 1.0.5)
    static final int
    time since Epoch
    static final int
    time since Epoch, but using International Atomic Time
    as reference (Since: 1.18)
  • Felddetails

    • REALTIME

      static final int REALTIME
      time since Epoch
      Siehe auch:
    • MONOTONIC

      static final int MONOTONIC
      monotonic time since some unspecified starting
      point
      Siehe auch:
    • OTHER

      static final int OTHER
      some other time source is used (Since: 1.0.5)
      Siehe auch:
    • TAI

      static final int TAI
      time since Epoch, but using International Atomic Time
      as reference (Since: 1.18)
      Siehe auch: