4 references to UntypedAtomicToDateTime
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
2207return UntypedAtomicToDateTime((string) value); 2214if (sourceType == StringType) return UntypedAtomicToDateTime((string) value); 2486if (destinationType == DateTimeType) return UntypedAtomicToDateTime((string) value); 2525if (sourceType == StringType) return UntypedAtomicToDateTime((string) value);