Enumeration pvc.options.varia.TimeInterval
Extends
string.
Enumeration Detail
pvc.options.varia.TimeInterval
The presented string should be the code of a standard precision,
optionally immediately preceded by an integer multiple.
E.g. '25d' means twenty five days.
The standard time precisions and codes:
- 31536e6 ms - 'y' or 'year' (pvc.time.intervals.y)
- 2592e6 ms - 'm' or 'month' (pvc.time.intervals.m or pvc.time.intervals.d30)
- 6048e5 ms - 'w' or 'week' (pvc.time.intervals.w or pvc.time.intervals.d7)
- 864e5 ms - 'd' or 'day' (pvc.time.intervals.d)
- 36e5 ms - 'h' or 'hour' (pvc.time.intervals.h)
- 6e4 ms - 'M' or 'minute' (pvc.time.intervals.M)
- 1e3 ms - 's' or 'second' (pvc.time.intervals.s)
- 1 ms - 'ms' or 'millisecond' (pvc.time.intervals.ms)