DateTimeKindAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Data

Determines Time kind for a DateTime field.

[AttributeUsage(AttributeTargets.All)]
public class DateTimeKindAttribute : Attribute

Public Members

name description
DateTimeKindAttribute(…) Initializes a new instance of the DateTimeKindAttribute class.
Value { get; } Gets the value.

See Also