MMKTime
@interface MMKTime : NSObject |
Time in I18nTime format.
Summary
Class methods
+ (nonnull MMKTime *)timeWithValue:( long long)value |
Properties
@property (nonatomic, readonly) long long value; |
@property (nonatomic, readonly) NSInteger tzOffset; |
@property (nonatomic, readonly, nonnull) NSString *text; |
Class methods
timeWithValue:tzOffset:text:
+ (nonnull MMKTime *)timeWithValue:( long long)value |
Properties
value
@property (nonatomic, readonly) long long value; |
Time value.
tzOffset
@property (nonatomic, readonly) NSInteger tzOffset; |
Time offset to account for time zones.
text
@property (nonatomic, readonly, nonnull) NSString *text; |
The description of the timer.