Category:ProtoFlux:Time: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fix stopwatch title
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategorySubcategories
{{Table ProtoFluxCategorySubcategories
|DateTime| Working with dates specifically.
|DateTime| Working with dates and time specifically.
|TimeSpam| Working with time durations specifically.
|TimeSpan| Working with time a duration specifically.
}}
}}


Line 7: Line 7:
|Add DateTime TimeSpan|| Adds a [[Type:TimeSpan|TimeSpan]] to a [[Type:DateTime|DateTime]].
|Add DateTime TimeSpan|| Adds a [[Type:TimeSpan|TimeSpan]] to a [[Type:DateTime|DateTime]].
|Delta Time|| tells you the time between frames in seconds (Local)
|Delta Time|| tells you the time between frames in seconds (Local)
|Div Delta Time|| Divides the provided value by [[Delta Time (ProtoFlux)|Delta Time]]
|Div Delta Time|| Divides the provided value by [[ProtoFlux:Delta Time|Delta Time]]
|Elapsed Time|| Will output in seconds the time since the last impulse
|Elapsed Time|| Will output in seconds the time since the last impulse
|From Unix Milliseconds|| Makes a [[Type:DateTime|DateTime]] from a [[Type:Long|long]] number of Unix Milliseconds.
|From Unix Milliseconds|| Makes a [[Type:DateTime|DateTime]] from a [[Type:Long|long]] number of Unix Milliseconds.
|From Unix Seconds|| Makes a [[Type:DateTime|DateTime]] from a [[Type:Long|long]] number of Unix Seconds.
|From Unix Seconds|| Makes a [[Type:DateTime|DateTime]] from a [[Type:Long|long]] number of Unix Seconds.
|Inverted Delta Time||
|Inverted Delta Time|| A node that calculates the frames per second. (Local)
|Inverted Smooth Delta Time||
|Inverted Smooth Delta Time|| A node that calculates the frames per second and smooths out the difference. (Local)
|Is Between||
|Is Between DateTime|| Checks if a [[Type:DateTime|DateTime]] is in between a min and max value.
|Mul Delta Time||
|Is Between TimeSpan|| Checks if a [[Type:TimeSpan|TimeSpan]] is in between a min and max value.
|Smooth Delta Time||
|Mul Delta Time|| Multiplied delta time by a provided number.
|Stop Watch|| A start-able/stop-able/pause-able timer through Calls.
|Smooth Delta Time|| A node that calculates the time  it takes between frames, and smooths out the difference. (Local)
|Sub|| Subtract B from A. Can subtract a [[Type:TimeSpan|TimeSpan]] from [[Type:TimeSpan|TimeSpan]], or a [[Type:TimeSpan|TimeSpan]] from [[Type:DateTime|DateTime]].
|Stopwatch|| A start-able/stop-able/pause-able timer through Calls.
|To Local Time||
|Sub DateTime|| Subtract B from A. Subtracts a [[Type:DateTime|DateTime]] from a [[Type:DateTime|DateTime]].
|To Universal Time||
|Sub DateTime TimeSpan|| Subtract B from A. Subtracts a [[Type:TimeSpan|TimeSpan]] from a [[Type:DateTime|DateTime]].
|To Local Time|| Converts a universal DateTime into a local time.
|To Universal Time|| Converts a local DateTime into a universal time.
|To Unix Milliseconds|| Turns a [[Type:DateTime|DateTime]] into a [[Type:Long|long]] Unix Millseconds.
|To Unix Milliseconds|| Turns a [[Type:DateTime|DateTime]] into a [[Type:Long|long]] Unix Millseconds.
|To Unix Seconds|| Turns a [[Type:DateTime|DateTime]] into a [[Type:Long|long]] Unix Seconds.
|To Unix Seconds|| Turns a [[Type:DateTime|DateTime]] into a [[Type:Long|long]] Unix Seconds.

Latest revision as of 19:41, 4 July 2024

Subcategories
Category Summary
DateTime Working with dates and time specifically.
TimeSpan Working with time a duration specifically.
Nodes
Node Name Description
Add DateTime TimeSpan Adds a TimeSpan to a DateTime.
Delta Time tells you the time between frames in seconds (Local)
Div Delta Time Divides the provided value by Delta Time
Elapsed Time Will output in seconds the time since the last impulse
From Unix Milliseconds Makes a DateTime from a long number of Unix Milliseconds.
From Unix Seconds Makes a DateTime from a long number of Unix Seconds.
Inverted Delta Time A node that calculates the frames per second. (Local)
Inverted Smooth Delta Time A node that calculates the frames per second and smooths out the difference. (Local)
Is Between DateTime Checks if a DateTime is in between a min and max value.
Is Between TimeSpan Checks if a TimeSpan is in between a min and max value.
Mul Delta Time Multiplied delta time by a provided number.
Smooth Delta Time A node that calculates the time it takes between frames, and smooths out the difference. (Local)
Stopwatch A start-able/stop-able/pause-able timer through Calls.
Sub DateTime Subtract B from A. Subtracts a DateTime from a DateTime.
Sub DateTime TimeSpan Subtract B from A. Subtracts a TimeSpan from a DateTime.
To Local Time Converts a universal DateTime into a local time.
To Universal Time Converts a local DateTime into a universal time.
To Unix Milliseconds Turns a DateTime into a long Unix Millseconds.
To Unix Seconds Turns a DateTime into a long Unix Seconds.
UTC Now Gives the Universal Time Central time. Is the same for everyone at any given time.
World Time 10 Float The world up time as a float in seconds times 10.
World Time 2 Float The world up time as a float in seconds times 2.
World Time Double The world up time as a double in seconds.
World Time Float The world up time as a float in seconds.
World Time Half Float The world up time as a float in seconds times 1/2.
World Time Tenth Float The world up time as a float in seconds times 1/10.