---
title: dateValue
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/datevalue
---

# dateValue

The value of the metadata item as a date.

## Declaration

```swift
static var dateValue: AVAsyncProperty<Root, Date?> { get }
```

## Mentioned in

Retrieving media metadata

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value. This value is nil if the system can’t represent the value as a date.

## See Also

### Loading values

- [dataType](avfoundation/avmetadataitem/datatype.md)
- [value](avfoundation/avpartialasyncproperty/value.md)
- [stringValue](avfoundation/avpartialasyncproperty/stringvalue.md)
- [numberValue](avfoundation/avpartialasyncproperty/numbervalue.md)
- [dataValue](avfoundation/avpartialasyncproperty/datavalue.md)
- [extraAttributes](avfoundation/avpartialasyncproperty/extraattributes.md)
