DCModifiedDateFilter Class Reference
| Inherits from | NSObject |
| Conforms to | DCDateFiltering |
| Declared in | DCModifiedDateFilter.h |
Instance Methods
getDate
Get date time value.
- (NSDate *)getDateReturn Value
Date time value of this filter.
Declared In
DCModifiedDateFilter.hgetFilterName
Get the name of this filter.
- (NSString *)getFilterNameReturn Value
The name of this filter.
Declared In
DCModifiedDateFilter.hgetFilterValue
Get date time value of this filter as NSString.
- (NSString *)getFilterValueReturn Value
The value of this filter as NSString.
Declared In
DCModifiedDateFilter.hinitWithDate:
Create a new DCUploadDateFilter.
- (id)initWithDate:(NSDate *)dateParameters
- date
Value of filter.
Return Value
Created instance.
Exceptions
- NSInvalidArgumentException
One or more arguments are invalid.
Declared In
DCModifiedDateFilter.h