Time

class Time

The time.

Types

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

Properties

Link copied to clipboard

The time of day in 24-hour format (00:00).

Link copied to clipboard

The timezone.

Functions

Link copied to clipboard
inline fun copy(block: Time.Builder.() -> Unit = {}): Time
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