Package io.sentry
Class SentryLongDate
java.lang.Object
io.sentry.SentryDate
io.sentry.SentryLongDate
- All Implemented Interfaces:
Comparable<SentryDate>
-
Constructor Summary
-
Method Summary
Methods inherited from class io.sentry.SentryDate
compareTo, diff, isAfter, isBefore, laterDateNanosTimestampByDiff
-
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 classSentryDate
-