| Node Name | Description |
|---|---|
| ConstructDateTime | Returns DateTime from years, months, days, hours, minutes, seconds, and milliseconds. |
| DateTimeDay | Returns the Day of the Month of the provided DateTime. |
| DateTimeDayOfWeek | Returns the Day of the Week of the provided DateTime. |
| DateTimeDayOfYear | Returns the Day of 365(+1) days of the Year of the provided DateTime. |
| DateTimeHour | Returns the provided DateTime's hour in 24 hour time. |
| DateTimeKind | Returns if the provided DateTime is Local, UTC, or is Unspecified. |
| DateTimeMillisecond | Returns the provided DateTime's Millseconds within the Second. (0 to 1000) |
| DateTimeMinute | Returns the Minute within the Hour of the provided DateTime. |
| DateTimeMonth | Returns the Month within the Year of the provided DateTime. |
| DateTimeSecond | Returns the Second within the Minute of the provided DateTime. |
| DateTimeTicks | The amount of Ticks elapsed from the Unix Epoch to this DateTime. |
| DateTimeYear | Returns the Year of the DateTime. |
| SetDateTimeKind | Sets the provided DateTime to the provided DateTimeKind. |
Pages in category "ProtoFlux:Time:DateTime"
The following 13 pages are in this category, out of 13 total.