4 references to DateTimeToString
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1540
return
DateTimeToString
((DateTime) value);
2347
return
DateTimeToString
((DateTime) value);
2380
if (sourceType == DateTimeType) return
DateTimeToString
((DateTime) value);
2419
if (destinationType == StringType) return
DateTimeToString
((DateTime) value);