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

iosX64Main.extensions.timespec.ios.kt Maven / Gradle / Ivy

package io.fluidsonic.time

import platform.posix.*


internal actual inline fun timespec.toMilliseconds(): Milliseconds =
	Milliseconds((tv_sec * 1_000L) + (tv_nsec / 1_000_000L))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy