# GetStartDateTime(int)

> Gets the timestamp of when the progress indicator started.

## Definition

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

```csharp
public static long GetStartDateTime(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 start timestamp. |
