We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48e142 commit e771053Copy full SHA for e771053
Src/SwiftyTimer.swift
@@ -90,6 +90,7 @@ extension NSTimer {
90
}
91
92
extension Double {
93
+ public var ms: NSTimeInterval { return self / 1000 }
94
public var second: NSTimeInterval { return self }
95
public var seconds: NSTimeInterval { return self }
96
public var minute: NSTimeInterval { return self * 60 }
0 commit comments