---
title: year
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incar/year
---

# year

The electric vehicle’s year of manufacture.

## Declaration

```swift
var year: String? { get }
```

## Discussion

Discussion Maps displays this value when it presents information about the electric vehicle.

## See Also

### Getting the Car’s Attributes

- [make](intents/incar/make.md)
- [model](intents/incar/model.md)
- [color](intents/incar/color.md)
