8 references to GMonth
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
454case XmlTypeCode.GMonth:
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2154public override XmlTypeCode TypeCode { get { return XmlTypeCode.GMonth; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
191case XmlTypeCode.GMonth:
System\Xml\Schema\XmlValueConverter.cs (4)
1431case XmlTypeCode.GMonth: return StringToGMonth((string) value); 1470case XmlTypeCode.GMonth: return StringToGMonthOffset((string) value); 1535case XmlTypeCode.GMonth: return GMonthToString((DateTime) value); 1548case XmlTypeCode.GMonth: return GMonthOffsetToString((DateTimeOffset) value);
System\Xml\Schema\XsdDateTime.cs (1)
669XmlTypeCode.GMonth