7 references to GMonthDay
System.Private.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2282
internal Datatype_monthDay() : base(XsdDateTimeFlags.
GMonthDay
) { }
System\Xml\Schema\XmlValueConverter.cs (4)
560
return (DateTime)(new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
));
595
return (DateTimeOffset)(new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
));
713
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
)).ToString();
748
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonthDay
)).ToString();
System\Xml\Schema\XsdDateTime.cs (2)
828
if (Test(kinds, XsdDateTimeFlags.
GMonthDay
| XsdDateTimeFlags.GMonth))
836
if (Test(kinds, XsdDateTimeFlags.
GMonthDay
) && ParseChar(start + s_lz__mm, '-'))