Instant
Constructors
Types
Inherited properties
Get the epoch milliseconds representation of the Instant
Functions
Encode the Instant as a string into the format specified by TimestampFormat
Encode the Instant as a string into the format specified by TimestampFormat
Encode the Instant as a string into the format specified by TimestampFormat
Returns the duration between other and this instant. NOTE: The duration will be negative if other occurred after this instant.
Returns an instant that is the result of subtracting the specified duration from this instant. NOTE: Duration may be negative in which case the returned Instant will be later than this Instant.
Returns an instant that is the result of subtracting the specified duration from this instant.
Inherited functions
Convert Instant to a double representing seconds and milliseconds since the epoch
Converts this aws.smithy.kotlin.runtime.time.Instant to a java.time.Instant.