BigML.DataSet.Field.Summary.Datetime.Datetime C# (CSharp) Method

Datetime() private method

private Datetime ( JsonValue json ) : System.Collections.Generic
json System.Json.JsonValue
return System.Collections.Generic
                    internal Datetime(JsonValue json)
                        : base(json)
                    {
                    }
                }
DataSet.Field.Summary.Datetime