Method | Description | |
---|---|---|
CustomValuesTZMapper ( |
Initializes a CustomValuesTZMapper with custom CLDR data in XML format.
|
|
CustomValuesTZMapper ( string cldrxml ) : System.IO |
Initializes a CustomValuesTZMapper with custom CLDR data in XML format.
|
|
CustomValuesTZMapper ( string path, |
Initializes a CustomValuesTZMapper with custom CLDR data in XML format.
|
public CustomValuesTZMapper ( |
||
cldrstream | The stream to be read. | |
return | System.IO |
public CustomValuesTZMapper ( string cldrxml ) : System.IO | ||
cldrxml | string | A string containing an XML document with CLDR data. |
return | System.IO |
public CustomValuesTZMapper ( string path, |
||
path | string | Path to an XML file containing CLDR data. |
encoding | The encoding applied to the contents of the file. | |
return | System.IO |