NIMMsgIndexQueryOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMIndexManagerProtocol.h |
startTime
The start time. The default value is 0
@property (nonatomic, assign) NSTimeInterval startTime
Discussion
The start time. The default value is 0
Declared In
NIMIndexManagerProtocol.h
endTime
The end time. the default value is 0
@property (nonatomic, assign) NSTimeInterval endTime
Discussion
The end time. the default value is 0
The end time of the search. A value of 0 indiates the maximum timestamp allowed.
Declared In
NIMIndexManagerProtocol.h
timeOrder
Search order
@property (nonatomic, assign) NIMMsgIndexTimeOrder timeOrder
Discussion
Search order
Declared In
NIMIndexManagerProtocol.h
limit
Search limit
@property (nonatomic, assign) NSUInteger limit
Discussion
Search limit
Declared In
NIMIndexManagerProtocol.h