8 references to GYearMonth
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
440case XmlTypeCode.GYearMonth:
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2024public override XmlTypeCode TypeCode { get { return XmlTypeCode.GYearMonth; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
183case XmlTypeCode.GYearMonth:
System\Xml\Schema\XmlValueConverter.cs (4)
1434case XmlTypeCode.GYearMonth: return StringToGYearMonth((string) value); 1473case XmlTypeCode.GYearMonth: return StringToGYearMonthOffset((string) value); 1538case XmlTypeCode.GYearMonth: return GYearMonthToString((DateTime) value); 1551case XmlTypeCode.GYearMonth: return GYearMonthOffsetToString((DateTimeOffset) value);
System\Xml\Schema\XsdDateTime.cs (1)
665XmlTypeCode.GYearMonth,