---
title: endTime
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlasset/endtime
---

# endTime

The timestamp for the last timed data sample in the asset.

## Declaration

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

## Discussion

Discussion Timed data in an asset is clamped to the start and end times—requesting sample data for a time sample after the start time returns the sample data at the end time. If the asset does not contain timed information, this property’s value is zero.

## See Also

### Working with Timed Information

- [frameInterval](modelio/mdlasset/frameinterval.md)
- [startTime](modelio/mdlasset/starttime.md)
