Duration
Description
This is the datatype that stores duration or timespan. The contents of a duration consist of several parts in the following units.
Formatting
The formatting of duration values can be controlled using format strings. Some examples for formatting '1d4h12m30s'
are shown below.
Unknown
An unknown value can be written as UnknownDuration
.
Examples
Last updated