epochMicros

Returns microseconds from the Epoch for a date-time value.

Syntax

Parameters

ParameterTypeDescription
instantInstant

Instant to compute the Epoch offset for.

dateTimeZonedDateTime

ZonedDateTime to compute the Epoch offset for.

Returns

Microseconds from the Epoch.

Examples