Enum VcardTypeTzItemChoiceEnum
Enumeration that specifies the type of data in the Item field of the vcardTypeTZ class
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum VcardTypeTzItemChoiceEnum
  Fields
| Name | Description | 
|---|---|
| text | The Item field contains a time zone name.  | 
      
| uri | The Item field contains a URI (the scheme for the TZ has not been determined yet)  | 
      
| utcoffset | The Item field contains an offset from UTC time. Note: Section 6.5.1 of RFC 6350 states that a UTC offset should not be used.  |