DateTimeEditorAttribute.UseUtc property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether the editor should use UTC format.

public bool UseUtc { get; set; }

Property Value

true if UTC format should be used; otherwise, false.

See Also