Category:ProtoFlux:Time:TimeSpan

Category page
Revision as of 10:52, 30 January 2025 by AmasterAmaster (talk | contribs) (Added the missing 5 node links in this category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Hours Returns the Number of Hours in the TimeSpan.
TimeSpan Milliseconds Returns the Number of Milliseconds in the TimeSpan.
TimeSpan Minutes Returns the Number of Minutes in the TimeSpan.
TimeSpan Seconds Returns the Number of Seconds in the TimeSpan.
TimeSpan Ticks Returns the Number of Ticks in the TimeSpan.
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.