# TimeUnit

> Describes how to interpret a TimeValue.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum TimeUnit
```

## Fields

| Value                                                                                         | Description                                |
| --------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Millisecond](/engine/6000.3/script-reference/unityengine/uielements/timeunit/millisecond.md) | Interprets the time value as milliseconds. |
| [Second](/engine/6000.3/script-reference/unityengine/uielements/timeunit/second.md)           | Interprets the time value as seconds.      |
