Enum DatabaseDateTimeKind
Namespace: EPiServer.Data
Assembly: EPiServer.Data.dll
Version: 11.20.7Syntax
public enum DatabaseDateTimeKindFields
| 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) | 
