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. |
Pages in category "ProtoFlux:Time:DateTime"
The following 13 pages are in this category, out of 13 total.