8 references to GMonth
System.Private.Xml (8)
System\Xml\Schema\DataTypeImplementation.cs (1)
2347public override XmlTypeCode TypeCode { get { return XmlTypeCode.GMonth; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
140XmlTypeCode.GMonth => "GMonth",
System\Xml\Schema\XmlValueConverter.cs (4)
1347XmlTypeCode.GMonth => StringToGMonth((string)value), 1386XmlTypeCode.GMonth => StringToGMonthOffset((string)value), 1453XmlTypeCode.GMonth => GMonthToString((DateTime)value), 1466XmlTypeCode.GMonth => GMonthOffsetToString((DateTimeOffset)value),
System\Xml\Schema\XsdDateTime.cs (1)
699XmlTypeCode.GMonth
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
472case XmlTypeCode.GMonth: