XmpArray.Add
Overloads
Add(DateTime) | Adds the date to the property. |
Add(String) | Adds the text to the property. |
Add(DateTime)
Adds the date to the property.
public void Add(DateTime date)
Sub Add(date As Date)
Parameters
- date
- DateTime
The date to be added.
Add(String)
Adds the text to the property.
public void Add(string data)
Sub Add(data As String)
Parameters
- data
- String
Text to set as value for field.