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