Category:ProtoFlux:Time:DateTime: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fix link spaces
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Construct DateTime|| Returns [[Type:DateTime|DateTime]] from years, months, days, hours, minutes, seconds, and milliseconds.
|ConstructDateTime|| Returns [[Type:DateTime|DateTime]] from years, months, days, hours, minutes, seconds, and milliseconds.
|DateTime Day|| Returns the Day of the Month of the provided [[Type:DateTime|DateTime]].
|DateTimeDay|| Returns the Day of the Month of the provided [[Type:DateTime|DateTime]].
|DateTime Day Of Week|| Returns the Day of the Week of the provided [[Type:DateTime|DateTime]].
|DateTimeDayOfWeek|| Returns the Day of the Week of the provided [[Type:DateTime|DateTime]].
|DateTime Day Of Year|| Returns the Day of 365(+1) days of the Year of the provided [[Type:DateTime|DateTime]].
|DateTimeDayOfYear|| Returns the Day of 365(+1) days of the Year of the provided [[Type:DateTime|DateTime]].
|DateTime Hour|| Returns the provided [[Type:DateTime|DateTime]]'s hour in 24 hour time.
|DateTimeHour|| Returns the provided [[Type:DateTime|DateTime]]'s hour in 24 hour time.
|DateTime Kind|| Returns if the provided [[Type:DateTime|DateTime]] is Local, UTC, or is Unspecified.
|DateTimeKind|| Returns if the provided [[Type:DateTime|DateTime]] is Local, UTC, or is Unspecified.
|DateTime Millisecond|| Returns the provided [[Type:DateTime|DateTime]]'s Millseconds within the Second. (0 to 1000)
|DateTimeMillisecond|| Returns the provided [[Type:DateTime|DateTime]]'s Millseconds within the Second. (0 to 1000)
|DateTime Minute|| Returns the Minute within the Hour of the provided [[Type:DateTime|DateTime]].
|DateTimeMinute|| Returns the Minute within the Hour of the provided [[Type:DateTime|DateTime]].
|DateTime Month|| Returns the Month within the Year of the provided [[Type:DateTime|DateTime]].
|DateTimeMonth|| Returns the Month within the Year of the provided [[Type:DateTime|DateTime]].
|DateTime Second|| Returns the Second within the Minute of the provided [[Type:DateTime|DateTime]].
|DateTimeSecond|| Returns the Second within the Minute of the provided [[Type:DateTime|DateTime]].
|DateTime Ticks||
|DateTimeTicks|| The amount of Ticks elapsed from the [https://en.wikipedia.org/wiki/Unix_time Unix Epoch] to this DateTime.
|DateTime Year|| Returns the Year of the [[Type:DateTime|DateTime]].
|DateTimeYear|| Returns the Year of the [[Type:DateTime|DateTime]].
|Set DateTime Kind|| Sets the provided [[Type:DateTime|DateTime]] to the provided [[Type:DateTimeKind|DateTimeKind]].
|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

Nodes
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.