# DateTimePresence

DateTimePresence

Presence filter for nullable date fields.
When filtering the same field, absent dates cannot also match a date comparator range.

**Values:**
- `absent` - Include results where the date field is missing or null
- `present` - Include results where the date field exists and is not null