# updateTime

> Returns the last time the progress indicator was updated.

## Definition

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

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

### Remarks

Additional Resources: [Progress.GetUpdateDateTime](/engine/6000.5/script-reference/unityeditor/progress/getupdatedatetime.md).
