ScheduleRange represents a set of integer values, used to match fields of a calendar time in scheduleCalendar. If end < start, then end is interpreted as equal to start
Optional
End of the range (inclusive). If end < start, then end is interpreted as equal to start. Optional, defaulted to Start
Start of the range (inclusive)
Step to be take between each value. Optional, defaulted to 1
ScheduleRange represents a set of integer values, used to match fields of a calendar time in scheduleCalendar. If end < start, then end is interpreted as equal to start