Enum DatabaseDateTimeKind
Namespace: EPiServer.Data
Assembly: EPiServer.Data.dll
Version: 10.10.4Syntax
public enum DatabaseDateTimeKind
Fields
Name | Description |
---|---|
Local | Consider the time is as local (date time in the database) |
Unspecified | Consider the time represented is not specified as either local time or Coordinated Universal Time (UTC). |
Utc | Consider the time is as utc (date time in the database) |