Time.Instant
Definitions
@Experimental
def minus(x: Instant, d: Int64): Instant
SourceReturns the given instant x
minus d
number of nano seconds.
@Experimental
def plus(x: Instant, d: Int64): Instant
SourceReturns the given instant x
plus d
number of nano seconds.
@Experimental
def toString(x: Instant): String
SourceReturns x
as a string using the ISO-8601 representation.