<pre>A period is a form of a [[relative date|RelativeDates]].
<pre>A period is a form of a [[relative date|RelativeDates]].
A period is specified as a number suffixed by `d`, `w`, `m` or `y` (days, weeks, months, years respectively). For example:<div>
A period is specified as a number suffixed by `d`, `b`, `w`, `m` or `y` (days, business days, weeks, months, years respectively). For example:<div>
```
```
Water flowers due:1w
Water flowers due:1w
...
@@ -10943,7 +10948,9 @@ Negative numbers can also be used, for example to indicate that a todo item was
...
@@ -10943,7 +10948,9 @@ Negative numbers can also be used, for example to indicate that a todo item was
```
```
topydo do -d -2d 42
topydo do -d -2d 42
```</pre>
```
Business days only take Monday - Friday into account.</pre>