Duration String
A string consisting of numbers and letters that specify a duration. For example, "1m30s" stands for one minute and 30 seconds. The duration may be negative, if the function using the duration supports it (for example, "-1d").
The following letters are supported:
- s: Second
- m: Minute
- h: Hour
- d: Day
- w: Week