mirror of https://github.com/gohugoio/hugo
6 lines
339 B
Markdown
6 lines
339 B
Markdown
---
|
|
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.
|