Swift -> Get current time in milliseconds Posted byTechByteDecember 3, 2020December 3, 2020Posted iniOS, swiftTags:current time, iOS, milliseconds, swift, time func getCurrentTimeInMilliseconds() -> Int64 { return Int64(Date().timeIntervalSince1970 * 1000) } Happy Coding! 🙂 Search previous postsSearch Share this:TwitterFacebookLike this:Like Loading...