Skip to content

ExtendedDateTime

EdgeLordKirito edited this page Oct 19, 2023 · 2 revisions

Modells a Date and Time like the DateTime Struct from C#

The Year Value is represented by a Int32
The Month Value is represented by a Int32 even though the values are int the Range of 1 - 12
The Day Value is represented by a Int32 even though the values are int the Range of 1 - 31
The Hour Value is represented by a Int32 even though the values are int the Range of 0 - 23
The Minute Value is represented by a Int32 even though the values are int the Range of 0 - 59
The Second Value is represented by a Int32 even though the values are int the Range of 0 - 59

Properties

Methods

Constants

File Link