YMKTime

class YMKTime : NSObject

Time in I18nTime format.

Summary

Class methods

 init(value: Int64, tzOffset: Int, text: String)

Properties

var value: Int64 { get }
Time value

var tzOffset: Int { get }
Time offset to account for time zones

var text: String { get }
The description of the timer

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.


Предыдущая
Следующая