Category:ProtoFlux:Time:TimeSpan: Difference between revisions

Category page
Cleaning ProtoFlux Categories
It is not exactly the same node, fixed descriptions to be more accurate.
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
|TimeSpan From Seconds|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Seconds.
|TimeSpan From Seconds|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Seconds.
|TimeSpan From Ticks|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Ticks.
|TimeSpan From Ticks|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Ticks.
|TimeSpan Total Days|| Returns the Number of Days in the [[Type:TimeSpan|TimeSpan]]. Exactly the same as [[TimeSpan Days (ProtoFlux)|TimeSpan Days]].
|TimeSpan Total Days|| Returns every passed Day in the [[Type:TimeSpan|TimeSpan]] summed up.
|TimeSpan Total Hours|| Returns every passed Hour in the [[Type:TimeSpan|TimeSpan]] summed up.
|TimeSpan Total Hours|| Returns every passed Hour in the [[Type:TimeSpan|TimeSpan]] summed up.
|TimeSpan Total Milliseconds|| Returns every passed Millisecond in the [[Type:TimeSpan|TimeSpan]] summed up.
|TimeSpan Total Milliseconds|| Returns every passed Millisecond in the [[Type:TimeSpan|TimeSpan]] summed up.

Latest revision as of 23:12, 20 May 2024

Nodes
Node Name Description
TimeSpan Days Returns the Number of Days in the TimeSpan.
TimeSpan From Days Creates a TimeSpan that lasts the provided number of Days.
TimeSpan From Hours Creates a TimeSpan that lasts the provided number of Hours.
TimeSpan From Milliseconds Creates a TimeSpan that lasts the provided number of Milliseconds.
TimeSpan From Minutes Creates a TimeSpan that lasts the provided number of Minutes.
TimeSpan From Seconds Creates a TimeSpan that lasts the provided number of Seconds.
TimeSpan From Ticks Creates a TimeSpan that lasts the provided number of Ticks.
TimeSpan Total Days Returns every passed Day in the TimeSpan summed up.
TimeSpan Total Hours Returns every passed Hour in the TimeSpan summed up.
TimeSpan Total Milliseconds Returns every passed Millisecond in the TimeSpan summed up.
TimeSpan Total Minutes Returns every passed Minute in the TimeSpan summed up.
TimeSpan Total Seconds Returns every passed Second in the TimeSpan summed up.