Instant
Inherited properties
Link copied to clipboard
Get the epoch milliseconds representation of the Instant
Functions
Link copied to clipboard
Encode the Instant as a string into the format specified by TimestampFormat
Link copied to clipboard
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.
Link copied to clipboard
Returns an instant that is the result of adding the specified duration to this instant. NOTE: Duration may be negative in which case the returned Instant will be earlier than this Instant.
Inherited functions
Link copied to clipboard
Convert Instant to a double representing seconds and milliseconds since the epoch
Link copied to clipboard
Converts this aws.smithy.kotlin.runtime.time.Instant to a java.time.Instant.