# Progress.TimeDisplayMode

> Specifies what kind of time information the progress indicator displays.

## Definition

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

```csharp
public enum Progress.TimeDisplayMode
```

## Remarks

Additional Resources: [Progress.GetTimeDisplayMode](/engine/6000.5/script-reference/unityeditor/progress/gettimedisplaymode.md), [Progress.SetTimeDisplayMode](/engine/6000.5/script-reference/unityeditor/progress/settimedisplaymode.md).

## Fields

| Value                                                                                                          | Description                                                   |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [NoTimeShown](/engine/6000.5/script-reference/unityeditor/progress/timedisplaymode/notimeshown.md)             | The progress indicator does not display any time information. |
| [ShowRemainingTime](/engine/6000.5/script-reference/unityeditor/progress/timedisplaymode/showremainingtime.md) | The progress indicator displays the time remaining.           |
| [ShowRunningTime](/engine/6000.5/script-reference/unityeditor/progress/timedisplaymode/showrunningtime.md)     | The progress indicator displays the running time.             |
