Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Type:DateTimeKind

From Resonite Wiki
Revision as of 21:54, 20 May 2024 by AmasterAmaster (talk | contribs) (Created the enum page for DateTimeKind.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Enum
Name: DateTimeKind
Type: System.DateTimeKind

The DateTimeKind Enum is used to represent the kind of DateTime to use when calculating Unix Time. This can be changed using the Set DateTime Kind node, created using the Construct DateTime node, and be read from using DateTime Kind node.

Values
Name Value Description
Unspecified 0
Utc 1
Local 2