Google Apps Script API
    Preparing search index...
    interface DayPartTargeting {
        daysOfWeek?: string[];
        hoursOfDay?: number[];
        userLocalTime?: boolean;
    }
    Index

    Properties

    daysOfWeek?: string[]
    hoursOfDay?: number[]
    userLocalTime?: boolean