ProtoFlux:Construct DateTime

From Resonite Wiki
Revision as of 18:52, 20 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Construct Date Time node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Construct DateTime
Year
*
Month
Day
Hour
Minute
Second
Millisecond
Kind
DateTime

The Construct DateTime node takes in everything needed to create a DateTime, the parts include the Year, Month, Day, Hour, Minute, Second, Millisecond, and Kind. This gets combined into a newly created DateTime value that can be used.

Inputs

Year (int)

The year for creating this DateTime.

Month (int)

The month for creating this DateTime.

Day (int)

The day for creating this DateTime.

Hour (int)

The hour for creating this DateTime.

Minute (int)

The minute for creating this DateTime.

Second (int)

The second for creating this DateTime.

Millisecond (int)

The millisecond for creating this DateTime.

Kind (DateTimeKind)

The type of time this is (Unspecified, Utc, or Local)

Outputs

* (DateTime)

The newly created DateTime value.