Class YMKTime

Time in I18nTime format.

Use the Time namespace in idl/mapkit/time for other time formats.

Class Methods

Properties

text

The description of the timer.

tzOffset

Time offset to account for time zones.

value

Time value.

text

The description of the timer.

tzOffset

Time offset to account for time zones.

value

Time value.

Method Detail

+timeWithValue:tzOffset:text:

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

Property Detail

text

(assign, readonly) NSString * text

The description of the timer.

tzOffset

(assign, readonly) NSInteger tzOffset

Time offset to account for time zones.

value

(assign, readonly) long long value

Time value.