Category:ProtoFlux:Time:DateTime

Category page
Revision as of 22:12, 20 May 2024 by AmasterAmaster (talk | contribs) (Added descriptions to this category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.