> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/date-and-time-functions/minute.md).

# Minute

Extracts minutes from a datetime \ time

```mathematica
Minute("03:55:20.000") → 55
Minute("2023-11-04 05:19:58.000") → 19
```

#### Inputs

`Minute(dateTime)`

* `dateTime` - Date, time, or datetime value
