TimeIntervalBuilder
Constructor
new TimeIntervalBuilder()
Methods
build
Builds the object.
daysOfMonth
daysOfMonth(daysOfMonth: cog.Builder<alerting.DayOfMonthRange>[])
location
location(location: alerting.Location)
months
months(months: cog.Builder<alerting.MonthRange>[])
times
times(times: cog.Builder<alerting.TimeRange>[])
weekdays
weekdays(weekdays: cog.Builder<alerting.WeekdayRange>[])
years
years(years: cog.Builder<alerting.YearRange>[])
See also