Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum DatabaseDateTimeKind

Namespace: EPiServer.Data
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
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)

Extension Methods