Package io.sentry

Class SentryLongDate

java.lang.Object
io.sentry.SentryDate
io.sentry.SentryLongDate
All Implemented Interfaces:
Comparable<SentryDate>

public final class SentryLongDate extends SentryDate
  • Constructor Details

    • SentryLongDate

      public SentryLongDate(long nanos)
  • Method Details

    • nanoTimestamp

      public long nanoTimestamp()
      Description copied from class: SentryDate
      Returns the date in nanoseconds as long.
      Specified by:
      nanoTimestamp in class SentryDate