An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
ssrdNone | 0 | |
ssrdDays | 1 | |
ssrdWeeks | 2 | |
ssrdMonths | 3 | |
ssrdYears | 4 | |
ssrdTimes | 5 |
ssrdTimes
added in v8.5.0