---
title: maximumTime
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdltransformcomponent/maximumtime
---

# maximumTime

The timestamp for the last timed data sample in the transform component.

## Declaration

```swift
var maximumTime: TimeInterval { get }
```

## Discussion

Discussion Timed data is clamped to the minimum and maximum times. If you request transform data for a time sample after the maximum time, Model I/O returns the transform at the maximum time. If the transform component does not contain timed information, this property’s value is zero.

## See Also

### Working with Animated Transforms

- [minimumTime](modelio/mdltransformcomponent/minimumtime.md)
- [localTransform(atTime:)](modelio/mdltransformcomponent/localtransform(attime:).md)
- [setLocalTransform(_:forTime:)](modelio/mdltransformcomponent/setlocaltransform(_:fortime:).md)
