Class bday
Specifies the birth date of the object the vCard represents. See Section 6.2.5 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class bday
Constructors
| Edit this page View Sourcebday()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public bday()
bday(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public bday(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 BdayItemChoiceEnum ItemElementName
Field Value
| Type | Description |
|---|---|
| BdayItemChoiceEnum |
parameters
Parameters for the birth date or birth day
Declaration
public bdayParameters parameters
Field Value
| Type | Description |
|---|---|
| bdayParameters |