1 override of ToInt32
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
357
public override int
ToInt32
(DateTime value) { return (int)ChangeType((object)value, Int32Type, null); }
1 reference to ToInt32
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
322
case TypeCode.DateTime: return valueConverter.
ToInt32
(_unionVal.dtVal);