Category:ProtoFlux:Time:DateTime: Difference between revisions

Category page
Create DateTime Category
 
Cleaning ProtoFlux Categories
Line 14: Line 14:
|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]]

Revision as of 11:26, 5 February 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
DateTime Year Returns the Year of the DateTime.
Set DateTime Kind Sets the provided DateTime to the provided DateTimeKind.