1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
420
public override int
ToInt32
(DateTimeOffset value) {return (int) ChangeType((object) value, Int32Type, null); }