[]
Deserializes a DateTimeFormatInfo object from XML.
public static DateTimeFormatInfo DeserializeDateTimeFormatInfo(XmlNodeReader r)
Public Shared Function DeserializeDateTimeFormatInfo(r As XmlNodeReader) As DateTimeFormatInfo
| Type | Name | Description |
|---|---|---|
| XmlNodeReader | r | XmlNodeReader from which to read the XML |
| Type | Description |
|---|---|
| DateTimeFormatInfo | A DateTimeFormatInfo object. |