DateTimeField.DateTimeKind property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets the kind of the date time. Unspecified means no date/time conversions, Local means local time zone, Utc means UTC time zone

public DateTimeKind DateTimeKind { get; set; }

Property Value

The kind of the date time.

See Also