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
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