All Downloads are FREE. Search and download functionalities are using the official Maven repository.

walkmc.extensions.numbers.Times.kt Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
@file:Suppress("NOTHING_TO_INLINE")

package walkmc.extensions.numbers

import com.soywiz.klock.*
import java.util.Date

/**
 * Converts this number as date.
 */
inline fun Number.toDate(): Date = Date(toLong())

/**
 * Converts this number to a date time.
 */
inline fun Number.toDateTime(): DateTime = DateTime(toLong())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy