Category:ProtoFlux:Time:TimeSpan

Category page
Revision as of 22:17, 20 May 2024 by AmasterAmaster (talk | contribs) (AmasterAmaster moved page Category:ProtoFlux:Time:TimeSpam to Category:ProtoFlux:Time:TimeSpan: Misspelled title: It should be "TimeSpan", not "TimeSpam"!)
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 the Number of Days in the TimeSpan. Exactly the same as TimeSpan Days.
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.