YMKTime

@interface YMKTime : NSObject

Time in I18nTime format.

Summary

Class methods

+ (nonnull YMKTime *)timeWithValue:( long long)value
                          tzOffset:( NSInteger)tzOffset
                              text:(nonnull NSString *)text;

Properties

@property (nonatomic, readonly) long long value;
Time value

@property (nonatomic, readonly) NSInteger tzOffset;
Time offset to account for time zones

@property (nonatomic, readonly, nonnull) NSString *text;
The description of the timer

Class methods

timeWithValue:tzOffset:text:

+ (nonnull YMKTime *)timeWithValue:( long long)value
                          tzOffset:( NSInteger)tzOffset
                              text:(nonnull NSString *)text;


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.