Lua API
On this page
DateTimeKind
Tip
This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.
Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
Fields:
Description
Local | 2 | The time represented is local time. | |
Unspecified | 0 | The time represented is not specified as either local time or Coordinated Universal Time (UTC). | |
Utc | 1 | The time represented is UTC. |