Category:ProtoFlux:Time:DateTime: Difference between revisions

Category page
Cleaning ProtoFlux Categories
Added descriptions to this category.
 
Line 10: Line 10:
|DateTime Month|| Returns the Month within the Year of the provided [[Type:DateTime|DateTime]].
|DateTime Month|| 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]].
|DateTime Second|| Returns the Second within the Minute of the provided [[Type:DateTime|DateTime]].
|DateTime Ticks||
|DateTime Ticks|| 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]].
|DateTime Year|| Returns the Year of the [[Type:DateTime|DateTime]].
|Set DateTime Kind|| Sets the provided [[Type:DateTime|DateTime]] to the provided [[Type:DateTimeKind|DateTimeKind]].
|Set DateTime Kind|| Sets the provided [[Type:DateTime|DateTime]] to the provided [[Type:DateTimeKind|DateTimeKind]].
}}
}}
[[Category:ProtoFlux:Time]]
[[Category:ProtoFlux:Time]]

Latest revision as of 22:12, 20 May 2024

Nodes
Node Name Description
Construct DateTime Returns DateTime from years, months, days, hours, minutes, seconds, and milliseconds.
DateTime Day Returns the Day of the Month of the provided DateTime.
DateTime Day Of Week Returns the Day of the Week of the provided DateTime.
DateTime Day Of Year Returns the Day of 365(+1) days of the Year of the provided DateTime.
DateTime Hour Returns the provided DateTime's hour in 24 hour time.
DateTime Kind Returns if the provided DateTime is Local, UTC, or is Unspecified.
DateTime Millisecond Returns the provided DateTime's Millseconds within the Second. (0 to 1000)
DateTime Minute Returns the Minute within the Hour of the provided DateTime.
DateTime Month Returns the Month within the Year of the provided DateTime.
DateTime Second Returns the Second within the Minute of the provided DateTime.
DateTime Ticks The amount of Ticks elapsed from the Unix Epoch to this DateTIme.
DateTime Year Returns the Year of the DateTime.
Set DateTime Kind Sets the provided DateTime to the provided DateTimeKind.