6 references to GDay
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (1)
2315
internal Datatype_day() : base(XsdDateTimeFlags.
GDay
) { }
System\Xml\Schema\XmlValueConverter.cs (4)
550
return (DateTime)(new XsdDateTime(value, XsdDateTimeFlags.
GDay
));
585
return (DateTimeOffset)(new XsdDateTime(value, XsdDateTimeFlags.
GDay
));
703
return (new XsdDateTime(value, XsdDateTimeFlags.
GDay
)).ToString();
738
return (new XsdDateTime(value, XsdDateTimeFlags.
GDay
)).ToString();
System\Xml\Schema\XsdDateTime.cs (1)
860
if (Test(kinds, XsdDateTimeFlags.
GDay
))