DateTimeField.DateOnly property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets a value indicating whether the field is date only, e.g. no time part.

public bool DateOnly { get; set; }

Property Value

true if date only; otherwise, false.

See Also