Iso8601TimeRange

Time range specified using ISO 8601 format timestamps.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: <Error class: unknown class>

End time in ISO 8601 format in Coordinated Universal Time (UTC).

Link copied to clipboard
val startTime: <Error class: unknown class>

Start time in ISO 8601 format in Coordinated Universal Time (UTC).

Functions

Link copied to clipboard
inline fun copy(block: Iso8601TimeRange.Builder.() -> Unit = {}): Iso8601TimeRange
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String