---
title: timeToReset
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phasegrouppreset/timetoreset
---

# timeToReset

A duration in which the framework restores the group’s original state.

## Declaration

```swift
var timeToReset: Double { get }
```

## Discussion

Discussion This property determines the speed of deactivation when the app calls deactivate(). The framework scales the value by unitsPerSecond.

## See Also

### Fading Between Settings

- [timeToTarget](phase/phasegrouppreset/timetotarget.md)
