Uses of Class
com.yahoo.marketing.apt.TimeRange

Packages that use TimeRange
com.yahoo.marketing.apt   
 

Uses of TimeRange in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TimeRange
private  TimeRange DayPartingTargeting.timeRange
           
 

Methods in com.yahoo.marketing.apt that return TimeRange
 TimeRange DayPartingTargeting.getTimeRange()
          Gets the timeRange value for this DayPartingTargeting.
 

Methods in com.yahoo.marketing.apt with parameters of type TimeRange
 void DayPartingTargeting.setTimeRange(TimeRange timeRange)
          Sets the timeRange value for this DayPartingTargeting.
 

Constructors in com.yahoo.marketing.apt with parameters of type TimeRange
DayPartingTargeting(DayOfTheWeek dayOfTheWeek, TimeRange timeRange)