Inherits from NSObject
Declared in KADateRange.h

Overview

Use this class to create a date range for your analytics queries

Class Methods

rangeWithStart:andEnd:

Create a range object using start/end dates

+ (KADateRange *)rangeWithStart:(NSDate *)startDate andEnd:(NSDate *)endDate

Parameters

startDate

The beginning date to retrieve data for

endDate

The end date to retrieve data for

Return Value

A proper date range object with bounds using the given params

Discussion

Create a range object using start/end dates

Declared In

KADateRange.h