blob: 21fd3c8322207f3f39e107066b3a97fb45428134 (
plain) (
blame)
1
2
3
4
5
|
---
title: duration
---
A _duration_ is a data type that represent a length of time, expressed using units such as seconds (represented by `s`), minutes (represented by `m`), and hours (represented by `h`). For example, `42s` means 42 seconds, `6m7s` means 6 minutes and 7 seconds, and `6h7m42s` means 6 hours, 7 minutes, and 42 seconds.
|