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