Category:ProtoFlux:Time:TimeSpan

Category page
Revision as of 03:56, 25 August 2025 by YoshBot (talk | contribs) (fix link spaces)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nodes
Node Name Description
TimeSpanDays Returns the Number of Days in the TimeSpan.
TimeSpanFromDays Creates a TimeSpan that lasts the provided number of Days.
TimeSpanFromHours Creates a TimeSpan that lasts the provided number of Hours.
TimeSpanFromMilliseconds Creates a TimeSpan that lasts the provided number of Milliseconds.
TimeSpanFromMinutes Creates a TimeSpan that lasts the provided number of Minutes.
TimeSpanFromSeconds Creates a TimeSpan that lasts the provided number of Seconds.
TimeSpanFromTicks Creates a TimeSpan that lasts the provided number of Ticks.
TimeSpanHours Returns the Number of Hours in the TimeSpan.
TimeSpanMilliseconds Returns the Number of Milliseconds in the TimeSpan.
TimeSpanMinutes Returns the Number of Minutes in the TimeSpan.
TimeSpanSeconds Returns the Number of Seconds in the TimeSpan.
TimeSpanTicks Returns the Number of Ticks in the TimeSpan.
TimeSpanTotalDays Returns every passed Day in the TimeSpan summed up.
TimeSpanTotalHours Returns every passed Hour in the TimeSpan summed up.
TimeSpanTotalMilliseconds Returns every passed Millisecond in the TimeSpan summed up.
TimeSpanTotalMinutes Returns every passed Minute in the TimeSpan summed up.
TimeSpanTotalSeconds Returns every passed Second in the TimeSpan summed up.