Class DatabaseDateTimeKind
Specifies the different options for how datetimes should be persisted in the database.
Inheritance
System.Object
    DatabaseDateTimeKind
  Namespace: EPiServer.Data
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public sealed class DatabaseDateTimeKind : EnumFields
Local
Consider the time is as local (date time in the database)
Declaration
public const DatabaseDateTimeKind LocalField Value
| Type | Description | 
|---|---|
| DatabaseDateTimeKind | 
Unspecified
Consider the time represented is not specified as either local time or Coordinated Universal Time (UTC).
Declaration
public const DatabaseDateTimeKind UnspecifiedField Value
| Type | Description | 
|---|---|
| DatabaseDateTimeKind | 
Utc
Consider the time is as utc (date time in the database)
Declaration
public const DatabaseDateTimeKind UtcField Value
| Type | Description | 
|---|---|
| DatabaseDateTimeKind | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
