Contains constants that specify how to interpret time values.
| C# |
public enum DateTimeTimeZoneMode
| Member | Description |
|---|---|
| None |
Use default interpretation of date/time values.
|
| AsLocalTime |
Values are in the local time zone.
|
| AsUTCTime |
Values are in Coordinated Universal Time.
|
| AsSpecifiedTimeZone |
Values are in the time zone specified by DateTimeTimeZoneSpecified.
|
| AsTimeZoneInDataColumn |
Values are in a time zone that is specified in the DateTimeTimeZoneColumn column of the same row.
|