StandardDateFilter Class

Contains information about standard date filter available in the report—for example, the API name, start date, and end date of the standard date filter duration as well as the API name of the date field on which the filter is placed.

Namespace

Reports

StandardDateFilter Methods

The following are methods for StandardDateFilter.

getColumn()

Returns the API name of the standard date filter column.

Signature

public String getColumn()

Return Value

Type: String

getDurationValue()

Returns duration information about a standard date filter, such as start date, end date, and display name and API name of the date filter.

Signature

public String getDurationValue()

Return Value

Type: String

getEndDate()

Returns the end date of the standard date filter.

Signature

public String getEndDate()

Return Value

Type: String

getStartDate()

Returns the start date for the standard date filter.

Signature

public String getStartDate()

Return Value

Type: String

setColumn(standardDateFilterColumnName)

Sets the API name of the standard date filter column.

Signature

public void setColumn(String standardDateFilterColumnName)

Parameters

standardDateFilterColumnName
Type: String

Return Value

Type: void

setDurationValue(durationName)

Sets the API name of the standard date filter.

Signature

public void setDurationValue(String durationName)

Parameters

durationName
Type: String

Return Value

Type: void

setEndDate(endDate)

Sets the end date for the standard date filter.

Signature

public void setEndDate(String endDate)

Parameters

endDate
Type: String

Return Value

Type: void

setStartDate(startDate)

Sets the start date for the standard date filter.

Signature

public void setStartDate(String startDate)

Parameters

startDate
Type: String

Return Value

Type: void