Warning

This feature is available in the Full MapKit SDK version

YMKSearchFilterCollectionDateRange

@interface YMKSearchFilterCollectionDateRange : NSObject

Date range. Dates are encoded as strings in YYYYMMDD format.

Summary

Class methods

+ (nonnull YMKSearchFilterCollectionDateRange *)dateRangeWithFrom:(nonnull NSString *)from
                                                               to:(nonnull NSString *)to;

Properties

@property (nonatomic, readonly, nonnull) NSString *from;
Lower range limit

@property (nonatomic, readonly, nonnull) NSString *to;
Upper range limit

Class methods

dateRangeWithFrom:to:

+ (nonnull YMKSearchFilterCollectionDateRange *)dateRangeWithFrom:(nonnull NSString *)from
                                                               to:(nonnull NSString *)to;


Properties

from

@property (nonatomic, readonly, nonnull) NSString *from;

Lower range limit.


to

@property (nonatomic, readonly, nonnull) NSString *to;

Upper range limit.