---
title: "PlaygroundValue.date(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/date
---

# PlaygroundValue.date(_:)

A value that represents a date.

## Declaration

```swift
case date(Date)
```

## See Also

### Representing Data

- [PlaygroundValue.boolean(_:)](playgroundsupport/playgroundvalue/boolean.md)
- [PlaygroundValue.data(_:)](playgroundsupport/playgroundvalue/data.md)
- [PlaygroundValue.floatingPoint(_:)](playgroundsupport/playgroundvalue/floatingpoint.md)
- [PlaygroundValue.integer(_:)](playgroundsupport/playgroundvalue/integer.md)
- [PlaygroundValue.string(_:)](playgroundsupport/playgroundvalue/string.md)
