FilterDatetime Object (JavaScript API for Excel)
Represents how to filter a date when filtering on values.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| date | string | The date in ISO8601 format used to filter data. | 1.2 |
| specificity | string | How specific the date should be used to keep data. For example, if the date is 2005-04-02 and the specifity is set to "month", the filter operation will keep all rows with a date in the month of april 2009. Possible values are: Year, Monday, Day, Hour, Minute, Second. | 1.2 |
See property access examples.
Relationships
None
Methods
None
Method Details
load(param: object)
Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.
Syntax
object.load(param);
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| param | object | Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object. |
Returns
void