Specifies whether a Date object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
Name | Value | Description |
---|---|---|
Unspecified | 1 |
The time represented is not specified as either local time or Coordinated Universal Time (UTC). |
Local | 2 |
The time represented is local time. |
Utc | 3 |
The time represented is UTC. |