---
title: minutesToFull
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetcarpowerlevelstatusintentresponse/minutestofull-25vcb
---

# minutesToFull

The number of minutes it will take to fully charge the electric vehicle’s battery.

## Declaration

```occ
@property (nonatomic, copy, readwrite, nullable) NSNumber * minutesToFull;
```

```occ
@property (atomic, copy, readwrite, nullable) NSNumber * minutesToFull;
```

## Discussion

Discussion Typically, you assign a value to this property only after handling the intent.

## See Also

### Providing the Charge Status

- [activeConnector](intents/ingetcarpowerlevelstatusintentresponse/activeconnector.md)
- [charging](intents/ingetcarpowerlevelstatusintentresponse/charging-7aamu.md)
- [dateOfLastStateUpdate](intents/ingetcarpowerlevelstatusintentresponse/dateoflaststateupdate.md)
