DateTime

data class DateTime(val timestamp: Timestamp, val timeZoneId: String = TimeZone.currentSystemDefault().id) : DateOrDateTime

Constructors

Link copied to clipboard
constructor(timestamp: Timestamp, timeZoneId: String = TimeZone.currentSystemDefault().id)

Properties

Link copied to clipboard
open override val timestamp: Timestamp
Link copied to clipboard