# ExtendedFormatOptions

## Definition

```tsx
export interface ExtendedFormatOptions extends FormatOptions {
    type: 'date' | 'time' | 'datetime';
}
```

## Usage

```tsx
import { ExtendedFormatOptions } from 'uxp/components';
```

## Related Types

* [FormatOptions](https://help.iviva.com/uxp/v5/additional-resources/types/formatoptions)
* [SystemFormats](https://help.iviva.com/uxp/v5/additional-resources/types/systemformats)
* [SystemDateFormat](https://help.iviva.com/uxp/v5/additional-resources/types/systemdateformat)
* [SystemTimeFormat](https://help.iviva.com/uxp/v5/additional-resources/types/systemtimeformat)
