DateTimestamp

class DateTimestamp(val date: Date) : Timestamp(source)

基于 kotlin.js.DateTimestamp 实现。

Author

ForteScarlet

class DateTimestamp(val date: JsAny) : Timestamp(source)

基于 DateTimestamp 实现。

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(date: Date)
constructor(date: JsAny)

Properties

Link copied to clipboard
val date: Date
val date: JsAny
Link copied to clipboard
open override val milliseconds: Long

毫秒级时间戳结果。

open override val milliseconds: Long

毫秒级时间戳结果。

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String

Inherited functions

Link copied to clipboard
open operator override fun compareTo(other: Timestamp): Int

默认情况下,Timestamp 通过 milliseconds 进行顺序比较。

open operator override fun compareTo(other: Timestamp): Int

默认情况下,Timestamp 通过 milliseconds 进行顺序比较。

Link copied to clipboard
open infix fun timeAs(unit: TimeUnit): Long

将时间戳时间转化为指定单位的结果。

open infix fun timeAs(unit: TimeUnit): Long

将时间戳时间转化为指定单位的结果。