7 references to GMonthDay
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2091
internal Datatype_monthDay() : base(XsdDateTimeFlags.
GMonthDay
) { }
System\Xml\Schema\XmlValueConverter.cs (4)
611
return (DateTime)(new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
));
639
return (DateTimeOffset)(new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
));
736
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
)).ToString();
764
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
)).ToString();
System\Xml\Schema\XsdDateTime.cs (2)
791
if (Test(kinds, XsdDateTimeFlags.
GMonthDay
| XsdDateTimeFlags.GMonth)) {
797
if (Test(kinds, XsdDateTimeFlags.
GMonthDay
) && ParseChar(start + Lz__mm, '-')) {