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

iosMain.com.revenuecat.purchases.kmp.mappings.ktx.NSDate.kt Maven / Gradle / Ivy

There is a newer version: 1.3.2+13.9.0
Show newest version
package com.revenuecat.purchases.kmp.mappings.ktx

import platform.Foundation.NSDate
import platform.Foundation.timeIntervalSince1970

public fun NSDate.toEpochMilliseconds(): Long =
    (timeIntervalSince1970() * 1_000).toLong()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy