GloopieBot (talk | contribs) Cleaning ProtoFlux Categories |
m fix link spaces |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
| | |ConstructDateTime|| Returns [[Type:DateTime|DateTime]] from years, months, days, hours, minutes, seconds, and milliseconds. | ||
| | |DateTimeDay|| Returns the Day of the Month of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeDayOfWeek|| Returns the Day of the Week of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeDayOfYear|| Returns the Day of 365(+1) days of the Year of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeHour|| Returns the provided [[Type:DateTime|DateTime]]'s hour in 24 hour time. | ||
| | |DateTimeKind|| Returns if the provided [[Type:DateTime|DateTime]] is Local, UTC, or is Unspecified. | ||
| | |DateTimeMillisecond|| Returns the provided [[Type:DateTime|DateTime]]'s Millseconds within the Second. (0 to 1000) | ||
| | |DateTimeMinute|| Returns the Minute within the Hour of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeMonth|| Returns the Month within the Year of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeSecond|| Returns the Second within the Minute of the provided [[Type:DateTime|DateTime]]. | ||
| | |DateTimeTicks|| The amount of Ticks elapsed from the [https://en.wikipedia.org/wiki/Unix_time Unix Epoch] to this DateTime. | ||
| | |DateTimeYear|| Returns the Year of the [[Type:DateTime|DateTime]]. | ||
| | |SetDateTimeKind|| Sets the provided [[Type:DateTime|DateTime]] to the provided [[Type:DateTimeKind|DateTimeKind]]. | ||
}} | }} | ||
[[Category:ProtoFlux:Time]] | [[Category:ProtoFlux:Time]] |
Latest revision as of 03:56, 25 August 2025
Node Name | Description |
---|---|
ConstructDateTime | Returns DateTime from years, months, days, hours, minutes, seconds, and milliseconds. |
DateTimeDay | Returns the Day of the Month of the provided DateTime. |
DateTimeDayOfWeek | Returns the Day of the Week of the provided DateTime. |
DateTimeDayOfYear | Returns the Day of 365(+1) days of the Year of the provided DateTime. |
DateTimeHour | Returns the provided DateTime's hour in 24 hour time. |
DateTimeKind | Returns if the provided DateTime is Local, UTC, or is Unspecified. |
DateTimeMillisecond | Returns the provided DateTime's Millseconds within the Second. (0 to 1000) |
DateTimeMinute | Returns the Minute within the Hour of the provided DateTime. |
DateTimeMonth | Returns the Month within the Year of the provided DateTime. |
DateTimeSecond | Returns the Second within the Minute of the provided DateTime. |
DateTimeTicks | The amount of Ticks elapsed from the Unix Epoch to this DateTime. |
DateTimeYear | Returns the Year of the DateTime. |
SetDateTimeKind | Sets the provided DateTime to the provided DateTimeKind. |
Pages in category "ProtoFlux:Time:DateTime"
The following 13 pages are in this category, out of 13 total.