YMKTime
class YMKTime : NSObject |
Time in I18nTime format.
Summary
Class methods
init(value: Int64, tzOffset: Int, text: String) |
Properties
var value: Int64 { get } |
var tzOffset: Int { get } |
var text: String { get } |
Class methods
init(value:tzOffset:text:)
init(value: Int64, tzOffset: Int, text: String) |
Properties
value
var value: Int64 { get } |
Time value.
tzOffset
var tzOffset: Int { get } |
Time offset to account for time zones.
text
var text: String { get } |
The description of the timer.