2 references to TimeFormat
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
235
if (!DateTime.TryParseExact(text,
TimeFormat
, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal | DateTimeStyles.NoCurrentDateDefault, out temp))
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
807
ScalarType.
TimeFormat
.Replace(@"\", "")));