Class anniversary
Class for specifying the date of marriage, or equivalent, of the object the vCard represents. See Section 6.2.6 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class anniversary
  Constructors
| Edit this page View Sourceanniversary()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public anniversary()
  anniversary(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public anniversary(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View SourceItem
Contains the value of the date. The type of object and its format is determined by the ItemElementName element.
Declaration
public object Item
  Field Value
| Type | Description | 
|---|---|
| object | 
ItemElementName
Determines the type of object and the format of the Item element
Declaration
public AnniversaryItemChoiceEnum ItemElementName
  Field Value
| Type | Description | 
|---|---|
| AnniversaryItemChoiceEnum | 
parameters
Parameters for the anniversar
Declaration
public anniversaryParameters parameters
  Field Value
| Type | Description | 
|---|---|
| anniversaryParameters |