Class FieldDateTime
The field used to store a date time
Inheritance
FieldDateTime
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldDateTime : FieldBase
Properties
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
If set to true, the date time value is automatically set when a content or list item is created.
Declaration
[JsonProperty("initializeOnItemCreation", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool InitializeOnItemCreation { get; set; }
Property Value
Methods
Declaration
public static FieldDateTime FromJson(string data)
Parameters
Returns