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.
Name | Value | Description |
---|---|---|
Unspecified
|
0 | |
Utc
|
1 | |
Local
|
2 |