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

GoogleAppsDriveLabelsV2FieldDateOptions

import type { GoogleAppsDriveLabelsV2FieldDateOptions } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Options for the date field type.

interface GoogleAppsDriveLabelsV2FieldDateOptions {
readonly dateFormat?: string;
dateFormatType?: "DATE_FORMAT_UNSPECIFIED" | "LONG_DATE" | "SHORT_DATE";
readonly maxValue?: GoogleTypeDate;
readonly minValue?: GoogleTypeDate;
}

§Properties

§
readonly dateFormat?: string
[src]

Output only. ICU date format.

§
dateFormatType?: "DATE_FORMAT_UNSPECIFIED" | "LONG_DATE" | "SHORT_DATE"
[src]

Localized date formatting option. Field values are rendered in this format according to their locale.

§
readonly maxValue?: GoogleTypeDate
[src]

Output only. Maximum valid value (year, month, day).

§
readonly minValue?: GoogleTypeDate
[src]

Output only. Minimum valid value (year, month, day).