7 references to GMonth
System.Private.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
2349
internal Datatype_month() : base(XsdDateTimeFlags.
GMonth
) { }
System\Xml\Schema\XmlValueConverter.cs (4)
555
return (DateTime)(new XsdDateTime(value, XsdDateTimeFlags.
GMonth
));
590
return (DateTimeOffset)(new XsdDateTime(value, XsdDateTimeFlags.
GMonth
));
708
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonth
)).ToString();
743
return (new XsdDateTime(value, XsdDateTimeFlags.
GMonth
)).ToString();
System\Xml\Schema\XsdDateTime.cs (2)
828
if (Test(kinds, XsdDateTimeFlags.GMonthDay | XsdDateTimeFlags.
GMonth
))
848
if (Test(kinds, XsdDateTimeFlags.
GMonth
))