# GetUpdateDateTime(int)

> Gets the time that the progress indicator last changed, or finished.

## Definition

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

```csharp
public static long GetUpdateDateTime(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.

### Returns

| Type                                                        | Description                                            |
| ----------------------------------------------------------- | ------------------------------------------------------ |
| [long](https://learn.microsoft.com/dotnet/api/system.int64) | The timestamp of the progress indicator's last update. |
