mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
35 lines
856 B
Markdown
35 lines
856 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "DateTimeBuiltinFormat"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## DateTimeBuiltinFormat interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface DateTimeBuiltinFormat
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { DateTimeBuiltinFormat } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [\_\_momentBuiltinFormatBrand](#__momentbuiltinformatbrand-property) | <code>any</code> | |
|
|
|
|
### \_\_momentBuiltinFormatBrand property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
__momentBuiltinFormatBrand: any;
|
|
```
|