# Interface: NumericDateTimeSchema

Defined in: [schema.ts:370](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L370)

A schema representing a return value or object property that is provided as a number, which Superhuman Docs should interpret as a datetime. The given number should be in seconds since the Unix epoch.

## Extends

- `BaseNumberSchema`\<[`DateTime`](../../enumerations/ValueHintType/#datetime)>

## Properties

### codaType

> **codaType**: [`DateTime`](../../enumerations/ValueHintType/#datetime)

Defined in: [schema.ts:372](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L372)

Instructs Superhuman Docs to render this value as a datetime.

#### Overrides

`BaseNumberSchema.codaType`

______________________________________________________________________

### dateFormat?

> `optional` **dateFormat**: `string`

Defined in: [schema.ts:379](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L379)

A Moment date format string, such as 'MMM D, YYYY', that corresponds to a supported Superhuman Docs date column format.

Only applies when this is used as a sync table property.

______________________________________________________________________

### description?

> `optional` **description**: `string`

Defined in: [schema.ts:286](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L286)

A explanation of this object schema property shown to the user in the UI.

If your pack has an object schema with many properties, it may be useful to explain the purpose or contents of any property that is not self-evident.

#### Inherited from

`BaseNumberSchema.description`

______________________________________________________________________

### timeFormat?

> `optional` **timeFormat**: `string`

Defined in: [schema.ts:386](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L386)

A Moment time format string, such as 'HHss', that corresponds to a supported Superhuman Docs time column format, used when rendering the value.

Only applies when this is used as a sync table property.

______________________________________________________________________

### type

> **type**: [`Number`](../../enumerations/ValueType/#number)

Defined in: [schema.ts:315](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L315)

Identifies this schema as relating to a number value.

#### Inherited from

`BaseNumberSchema.type`
