+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "TimeOption"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## TimeOption interface
Signature
```typescript
export interface TimeOption
```
Import
```typescript
import { TimeOption } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [display](#display-property) | string
| |
| [from](#from-property) | string
| |
| [section](#section-property) | number
| |
| [to](#to-property) | string
| |
### display property
Signature
```typescript
display: string;
```
### from property
Signature
```typescript
from: string;
```
### section property
Signature
```typescript
section: number;
```
### to property
Signature
```typescript
to: string;
```