BigML.DataSet.Field.Summary.Datetime.Datetime C# (CSharp) Méthode

Datetime() private méthode

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