# Time

### Description

This [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) is used to deliver information about the [Time](https://docs.unity3d.com/ScriptReference/Time.html), specifically time intervals.

The result is influenced by the parameter Time, which gives different results based on its value:

<table><thead><tr><th width="204">Node</th><th>Description</th></tr></thead><tbody><tr><td>DeltaTime</td><td>The interval in seconds from the last frame to the current one</td></tr><tr><td>Time</td><td>The time at the beginning of this frame. This is the time in seconds since the start of the application.</td></tr><tr><td>Fixed</td><td>The time since the last FixedUpdate started. </td></tr><tr><td>FixedDeltaTime</td><td>The interval in seconds at which physics and other fixed frame rate updates are performed.</td></tr></tbody></table>

<figure><img src="/files/XkRtCetmDq3II2pDCgqd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/utils/time.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
