GloopieBot (talk | contribs) Cleaning ProtoFlux Categories |
m fix link spaces |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
| | |TimeSpanDays|| Returns the Number of Days in the [[Type:TimeSpan|TimeSpan]]. | ||
| | |TimeSpanFromDays|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Days. | ||
| | |TimeSpanFromHours|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Hours. | ||
| | |TimeSpanFromMilliseconds|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Milliseconds. | ||
| | |TimeSpanFromMinutes|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Minutes. | ||
| | |TimeSpanFromSeconds|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Seconds. | ||
| | |TimeSpanFromTicks|| Creates a [[Type:TimeSpan|TimeSpan]] that lasts the provided number of Ticks. | ||
|TimeSpan | |TimeSpanHours|| Returns the Number of Hours in the [[Type:TimeSpan|TimeSpan]]. | ||
|TimeSpan | |TimeSpanMilliseconds|| Returns the Number of Milliseconds in the [[Type:TimeSpan|TimeSpan]]. | ||
| | |TimeSpanMinutes|| Returns the Number of Minutes in the [[Type:TimeSpan|TimeSpan]]. | ||
| | |TimeSpanSeconds|| Returns the Number of Seconds in the [[Type:TimeSpan|TimeSpan]]. | ||
| | |TimeSpanTicks|| Returns the Number of Ticks in the [[Type:TimeSpan|TimeSpan]]. | ||
|TimeSpanTotalDays|| Returns every passed Day in the [[Type:TimeSpan|TimeSpan]] summed up. | |||
|TimeSpanTotalHours|| Returns every passed Hour in the [[Type:TimeSpan|TimeSpan]] summed up. | |||
|TimeSpanTotalMilliseconds|| Returns every passed Millisecond in the [[Type:TimeSpan|TimeSpan]] summed up. | |||
|TimeSpanTotalMinutes|| Returns every passed Minute in the [[Type:TimeSpan|TimeSpan]] summed up. | |||
|TimeSpanTotalSeconds|| Returns every passed Second in the [[Type:TimeSpan|TimeSpan]] summed up. | |||
}} | }} | ||
[[Category:ProtoFlux:Time]] | [[Category:ProtoFlux:Time]] |
Latest revision as of 03:56, 25 August 2025
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. |
Pages in category "ProtoFlux:Time:TimeSpan"
The following 17 pages are in this category, out of 17 total.
T
- ProtoFlux:TimeSpanDays
- ProtoFlux:TimeSpanFromDays
- ProtoFlux:TimeSpanFromHours
- ProtoFlux:TimeSpanFromMilliseconds
- ProtoFlux:TimeSpanFromMinutes
- ProtoFlux:TimeSpanFromSeconds
- ProtoFlux:TimeSpanFromTicks
- ProtoFlux:TimeSpanHours
- ProtoFlux:TimeSpanMilliseconds
- ProtoFlux:TimeSpanMinutes
- ProtoFlux:TimeSpanSeconds
- ProtoFlux:TimeSpanTicks
- ProtoFlux:TimeSpanTotalDays
- ProtoFlux:TimeSpanTotalHours
- ProtoFlux:TimeSpanTotalMilliseconds
- ProtoFlux:TimeSpanTotalMinutes
- ProtoFlux:TimeSpanTotalSeconds