Created a page for the DateTime Kind node. |
m YoshBot moved page ProtoFlux:DateTime Kind to ProtoFlux:DateTimeKind: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:49, 20 August 2025
Kind
DateTime
The DateTime Kind
node takes in a DateTime and returns the enum Kind
of that DateTime.
Inputs
DateTime (DateTime)
The DateTime we are getting info from.
Outputs
* (DateTimeKind)
The kind portion of the DateTime (Unspecified
, Utc
, or Local
).