Class FieldDate
The field used to store a date
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldDate : FieldBase
Properties
Boost
Value to prioritize search results. Set to 1 by default. Ignored if SimpleSearch not set to true.
Declaration
[JsonProperty("boost", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Boost { get; set; }
Property Value
double |
Format
The date format structure.
Declaration
[JsonProperty("format", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Format { get; set; }
Property Value
string |