Class DateRangeForAggregator
The date range class used in aggregators.
Inheritance
DateRangeForAggregator
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class DateRangeForAggregator
Properties
The from value: it can be a datetime string or a pattern now(+-)(int)(YMDHm).
Declaration
[JsonProperty("from", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string From { get; set; }
Property Value
Language specific range names.
Declaration
[JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Names { get; set; }
Property Value
The to value: it can be a datetime string or a pattern now(+-)(int)(YMDHm).
Declaration
[JsonProperty("to", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string To { get; set; }
Property Value
Methods
Declaration
public static DateRangeForAggregator FromJson(string data)
Parameters
Returns