---
title: minimumTime
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdltransformcomponent/minimumtime
---

# minimumTime

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

## Declaration

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

## Discussion

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

## See Also

### Working with Animated Transforms

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