Declared in DCDateFiltering.h

Overview

Date time filter protocol.

Tasks

Instance Methods

getDate

Get date time value.

- (NSDate *)getDate

Return Value

Date time value of this filter.

Declared In

DCDateFiltering.h

getFilterName

Get the name of this filter.

- (NSString *)getFilterName

Return Value

The name of this filter.

Declared In

DCDateFiltering.h

getFilterValue

Get date time value of this filter as NSString.

- (NSString *)getFilterValue

Return Value

The value of this filter as NSString.

Declared In

DCDateFiltering.h