DataPlace
DateTimeTimeZoneMode Enumeration
CSCS.DataPlace.Common.DataDateTimeTimeZoneMode
Contains constants that specify how to interpret time values.
Declaration Syntax
C#
public enum DateTimeTimeZoneMode
Members
MemberDescription
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.

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817