Inherits from NSObject
Conforms to DCDateFiltering
Declared in DCModifiedDateFilter.h

Overview

The filter of modified date time.

Instance Methods

getDate

Get date time value.

- (NSDate *)getDate

Return Value

Date time value of this filter.

Declared In

DCModifiedDateFilter.h

getFilterName

Get the name of this filter.

- (NSString *)getFilterName

Return Value

The name of this filter.

Declared In

DCModifiedDateFilter.h

getFilterValue

Get date time value of this filter as NSString.

- (NSString *)getFilterValue

Return Value

The value of this filter as NSString.

Declared In

DCModifiedDateFilter.h

initWithDate:

Create a new DCUploadDateFilter.

- (id)initWithDate:(NSDate *)date

Parameters

date

Value of filter.

Return Value

Created instance.

Exceptions

NSInvalidArgumentException

One or more arguments are invalid.

Declared In

DCModifiedDateFilter.h