# SystemFormats

## Definition

```tsx
export interface SystemFormats {
    /** iviva date format */
    systemDateFormat?: SystemDateFormat;
    /** iviva time format */
    systemTimeFormat?: SystemTimeFormat;
}
```

## Usage

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

## Related Types

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