second
Returns the second from this date expression, as an integer between 0 and 59 inclusive.
Returns the second from this datetime expression, as an integer between 0 and 59 inclusive.
Returns the second from this timestamp expression, as an integer between 0 and 59 inclusive.
Returns the second from this timestampWithTimeZone expression, as an integer between 0 and 59 inclusive.
Deprecated
Deprecated due to usage of old kotlinx.datetime.Instant. The change caused by deprecation of Instant in the kotlinx.datetime (see more on https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant)
Replace with
second
Content copied to clipboard
Returns the second from this timestamp expression, as an integer between 0 and 59 inclusive.