> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MonthName

Retourneert de naam van het maandcomponent uit een opgegeven datetime-waarde.

**Categorie:** `date`

**Syntax:**

```
MonthName([datum_kolom])
```

**Retourneert:** `StringColumn`

**Contextfiltering:** ✓ Ja

## Parameters

| Naam          | Type              | Vereist | Beschrijving                                      |
| ------------- | ----------------- | ------- | ------------------------------------------------- |
| `datum_kolom` | `kolom\|datetime` | ✓ Ja    | De datum waaruit de maandnaam wordt geëxtraheerd. |

**Toegestane kolomtypen:** DATETIME, DATE

## Validatie

* Minimum parameters: 1
* Maximum parameters: 1

## Voorbeelden

```
MonthName([Besteldatum])
```

Retourneert de maandnaam (bijv. 'January').
