# GetEndDateTime(int)

> Gets the timestamp of when the progress indicator ended.

## Definition

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

```csharp
public static long GetEndDateTime(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 progress indicator's end timestamp. |
