Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
StandardDateFilter Class
Namespace
StandardDateFilter Methods
The following are methods for StandardDateFilter.
getDurationValue()
Signature
public String getDurationValue()
Return Value
Type: String
setColumn(standardDateFilterColumnName)
Signature
public void setColumn(String standardDateFilterColumnName)
Parameters
-
standardDateFilterColumnName:
Type: String
Return Value
Type: void
setDurationValue(durationName)
Signature
public void setDurationValue(String durationName)
Parameters
-
durationName:
Type: String
Return Value
Type: void
setEndDate(endDate)
Signature
public void setEndDate(String endDate)
Parameters
-
endDate:
Type: String
Return Value
Type: void
setStartDate(startDate)
Signature
public void setStartDate(String startDate)
Parameters
-
startDate:
Type: String
Return Value
Type: void