London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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