com.crystaldecisions.sdk.occa.report.data
Interface IDateGroupOptions

All Superinterfaces:
IClone, IGroupOptions
All Known Implementing Classes:
DateGroupOptions, SpecifiedDateGroupOptions

public interface IDateGroupOptions
extends IGroupOptions

This interface is used to define options that are available if data is grouped by a date field. DateGroupOptions contains options that are available if data is grouped by a date field.


Method Summary
 DateCondition getDateCondition()
          Returns the date condition that is used when data is grouped by the date field.
 void setDateCondition(DateCondition dateCondition)
          Returns the date condition that is used when data is grouped by the date field.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IGroupOptions
getConditionFormulas, getHierarchicalOptions, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions
 

Method Detail

getDateCondition

DateCondition getDateCondition()

Returns the date condition that is used when data is grouped by the date field.

Returns:
The DateCondition object.

setDateCondition

void setDateCondition(DateCondition dateCondition)

Returns the date condition that is used when data is grouped by the date field.

Parameters:
dateCondition - The DateCondition object.