The Time node defines the time axis. It represents the bounds and the time resolution for a control path.
Note that this node is not used for dynamical time evolution, which is performed by placing a Time Evolution node in a For Loop.
The node does not require any input from other nodes.
The Time node consists of 3 content fields that are used to generate the discrete time dimension. $t_{min}$ and $t_{max}$ represent the lower and upper bound of the time axis respectively and $n$ is the number of points within this range. It displays the timestep ($dt$) based on the content fields.
In the example below, the time axis has 0 and 2 as its lower and upper bound respectively. The number of steps in this range is n=601 and each timestep (dt) is 0.003. The output $t$ from the Time node is connected to the Control node where the x-axis denotes time and $dt$ is connected to a time loop.