8 references to GMonthDay
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
447case XmlTypeCode.GMonthDay:
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2089public override XmlTypeCode TypeCode { get { return XmlTypeCode.GMonthDay; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
187case XmlTypeCode.GMonthDay:
System\Xml\Schema\XmlValueConverter.cs (4)
1432case XmlTypeCode.GMonthDay: return StringToGMonthDay((string) value); 1471case XmlTypeCode.GMonthDay: return StringToGMonthDayOffset((string) value); 1536case XmlTypeCode.GMonthDay: return GMonthDayToString((DateTime) value); 1549case XmlTypeCode.GMonthDay: return GMonthDayOffsetToString((DateTimeOffset) value);
System\Xml\Schema\XsdDateTime.cs (1)
667XmlTypeCode.GMonthDay,