Class vcardTypeTZ
Specifies information related to the time zone of the object the vCard represents. This class is used for the tz property of the vcardType class. See Section 6.5.1 of RFC 5350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class vcardTypeTZ
Constructors
| Edit this page View SourcevcardTypeTZ()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public vcardTypeTZ()
vcardTypeTZ(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public vcardTypeTZ(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 VcardTypeTzItemChoiceEnum.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 VcardTypeTzItemChoiceEnum.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
Specifies the type of data in the Item field of this class
Declaration
public VcardTypeTzItemChoiceEnum ItemElementName
Field Value
Type | Description |
---|---|
VcardTypeTzItemChoiceEnum |
parameters
Time zone parameters
Declaration
public vcardTypeTZParameters parameters
Field Value
Type | Description |
---|---|
vcardTypeTZParameters |