# endTime

> Returns the time when the progress indicator ended.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public DateTime endTime { get; }
```

### Remarks

Additional Resources: [Progress.GetEndDateTime](/engine/6000.6/script-reference/unityeditor/progress/getenddatetime.md).
