Interface HourlySchedule

HourlySchedule describes a time of the hour ([[minuteUTC]]) at which an hourly timer should fire.

interface HourlySchedule {
    minuteUTC?: number;
}

Properties

Properties

minuteUTC?: number

The minute, in UTC, that the timer should fire.

Generated using TypeDoc