iosMain.com.revenuecat.purchases.kmp.mappings.ktx.NSDate.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purchases-kmp-mappings Show documentation
Show all versions of purchases-kmp-mappings Show documentation
Mobile subscriptions in hours, not months.
package com.revenuecat.purchases.kmp.mappings.ktx
import platform.Foundation.NSDate
import platform.Foundation.timeIntervalSince1970
public fun NSDate.toEpochMilliseconds(): Long =
(timeIntervalSince1970() * 1_000).toLong()