Fixed many links. |
Added category: ContinuouslyChanging nodes |
||
Line 31: | Line 31: | ||
[[Category:ProtoFlux:Time]] | [[Category:ProtoFlux:Time]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 07:05, 27 May 2025
Utc Now
Time
Returns the current time in UTC.
Each evaluation triggers an individual call to DateTime.UtcNow. This means that within a single Impulse it can be evaluated with different values.
This can be used to measure the runtime of impulse based ProtoFlux to sub-millisecond precision.
Since UTC is independent of the local user's timezone it should return approximately the same value on every user.
Outputs
* (DateTime)
The current time in UTC
Examples
-
An example code that also demonstrates how to measure runtime of a ProtoFlux loop.