Contents

dateValue

The value of the metadata item as a date.

Declaration

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

Mentioned in

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