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

GooglePrivacyDlpV2DateTime

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

Message for a date time object. e.g. 2018-01-01, 5th August.

interface GooglePrivacyDlpV2DateTime {
dayOfWeek?:
| "DAY_OF_WEEK_UNSPECIFIED"
| "MONDAY"
| "TUESDAY"
| "WEDNESDAY"
| "THURSDAY"
| "FRIDAY"
| "SATURDAY"
| "SUNDAY";
}

§Properties

§

One or more of the following must be set. Must be a valid date or time value.

§
dayOfWeek?: "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"
[src]

Day of week

§

Time of day