> ## 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.

# Weekday

Retourneert een geheel getal dat de dag van de week in een opgegeven datetime-waarde vertegenwoordigt.

**Categorie:** `date`

**Syntax:**

```
Weekday([datum_kolom])
```

**Retourneert:** `IntColumn`

**Contextfiltering:** ✓ Ja

## Parameters

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

**Toegestane kolomtypen:** DATETIME, DATE

## Validatie

* Minimum parameters: 1
* Maximum parameters: 1

## Voorbeelden

```
Weekday([Besteldatum])
```

Retourneert de dag van de week (1=zondag, 7=zaterdag).
