14 references to DateTime
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
1336case XmlTypeCode.DateTime: meth = XmlILMethods.SortKeyDateTime; break;
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
275case XmlTypeCode.DateTime: 314case XmlTypeCode.DateTime:
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
430case XmlTypeCode.DateTime:
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
233public static readonly XmlQueryType DateTimeX = TF.Type(XmlTypeCode.DateTime, true);
System.Xml (9)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
3866value = GetValueConverter(XmlTypeCode.DateTime).ChangeType( 3874value = GetValueConverter(XmlTypeCode.DateTime).ChangeType(
System\Xml\Schema\DataTypeImplementation.cs (1)
1816public override XmlTypeCode TypeCode { get { return XmlTypeCode.DateTime; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
177case XmlTypeCode.DateTime:
System\Xml\Schema\XmlValueConverter.cs (4)
2891if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.DateTime), (DateTime) value)); 2900if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.DateTime), (DateTimeOffset) value)); 2996if (sourceType == DateTimeType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.DateTime), (DateTime) value)); 2997if (sourceType == DateTimeOffsetType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.DateTime), (DateTimeOffset) value));
System\Xml\Schema\XsdDateTime.cs (1)
662XmlTypeCode.DateTime,