Class adrParametersTZ
Time zone parameter for the adr class. See Section 6.3.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class adrParametersTZ
Constructors
| Edit this page View SourceadrParametersTZ()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public adrParametersTZ()
adrParametersTZ(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public adrParametersTZ(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View SourceItem
The ItemElementName field determines the contents of this string. If the ItemElementName is equal to AdrParametersItemChoiceEnum.text, then It is expected that names from the public-domain Olson database [https://www.ip2location.com/free/olson-timezone] will be used, but this is not a restriction. See also https://www.iana.org/time-zones. If the ItemElementName is equal to AdrParametersItemChoiceEnum.uri then the contents is a URI. Use of a URI is To Be Determine (TBD).
Declaration
public string Item
Field Value
Type | Description |
---|---|
string |
ItemElementName
Determines the type of data that is contained in the Item field.
Declaration
public AdrParametersItemChoiceEnum ItemElementName
Field Value
Type | Description |
---|---|
AdrParametersItemChoiceEnum |