# FilterCriteriaValueDateBetweenDTO

Specifies range of dates to be used in searching

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dateFrom** | **string** | The start date for searching archived data. | [optional] [default to undefined]
**dateTo** | **string** | The end date for searching archived data. | [optional] [default to undefined]

## Example

```typescript
import { FilterCriteriaValueDateBetweenDTO } from './api';

const instance: FilterCriteriaValueDateBetweenDTO = {
    dateFrom,
    dateTo,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
