interface RawTimeFrame {
    daysOfMonth: null | DAYS_OF_MONTH;
    endDate: null | string;
    fromTime: null | string;
    repeatYearly: null | boolean;
    startDate: null | string;
    timeZone: null | string;
    toTime: null | string;
    weekdays: null | number;
}

Properties

daysOfMonth: null | DAYS_OF_MONTH
endDate: null | string
fromTime: null | string
repeatYearly: null | boolean
startDate: null | string
timeZone: null | string
toTime: null | string
weekdays: null | number