| ONE_SECOND | = | 1 | Define some useful constants | |
| ONE_MINUTE | = | ONE_SECOND * 60 | ||
| ONE_HOUR | = | ONE_MINUTE * 60 | ||
| ONE_DAY | = | ONE_HOUR * 24 | ||
| ONE_WEEK | = | ONE_DAY * 7 | ||
| VERSION | = | '0.16.3' |
Retain backwards compatibility for schedules exported from older versions This represents the version number, 11 = 0.11, 1.0 will be 100
Defines the format used by IceCube when printing out Schedule#to_s. Defaults to ’%B %e, %Y‘