newAbsoluteDashboardDateFilter()
Home > @gooddata/sdk-model > newAbsoluteDashboardDateFilter
newAbsoluteDashboardDateFilter() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates a new absolute dashboard date filter.
Signature:
export declare function newAbsoluteDashboardDateFilter(from: DateString, to: DateString, dataSet?: ObjRef, localIdentifier?: string): IDashboardDateFilter;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| from | start of the interval in ISO-8601 calendar date format | |
| to | end of the interval in ISO-8601 calendar date format | |
| dataSet | (Optional) | |
| localIdentifier | string | (Optional) | 
Returns: