# startTime

> Returns the time when the progress indicator started.

## Definition

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

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

### Remarks

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