Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DateTimeFormatConfiguration

import type { DateTimeFormatConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

Formatting configuration for DateTime fields.

interface DateTimeFormatConfiguration {
DateTimeFormat?: string | null;
NullValueFormatConfiguration?: NullValueFormatConfiguration | null;
NumericFormatConfiguration?: NumericFormatConfiguration | null;
}

§Properties

§
DateTimeFormat?: string | null
[src]

Determines the DateTime format.

§
NullValueFormatConfiguration?: NullValueFormatConfiguration | null
[src]

The options that determine the null value format configuration.

§
NumericFormatConfiguration?: NumericFormatConfiguration | null
[src]

The formatting configuration for numeric DateTime fields.