Click or drag to resize

LiteDatabaseUtcDate Property

Get/Set if database will deserialize dates in UTC timezone or Local timezone (default: Local)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool UtcDate { get; set; }

Property Value

Boolean

Implements

ILiteDatabaseUtcDate
See Also