---
title: relativeTime
framework: corehaptics
role: symbol
role_heading: Instance Property
path: corehaptics/chhapticparametercurve/controlpoint/relativetime
---

# relativeTime

The time at which the associated parameter reaches this value, relative to the start time of the parameter curve.

## Declaration

```swift
var relativeTime: TimeInterval { get set }
```

## Discussion

Discussion Think of the time as the control point’s x-coordinate.

## See Also

### Specifying Control Point Coordinates

- [value](corehaptics/chhapticparametercurve/controlpoint/value.md)
