XmpDateArray Methods
| Name | Description |
|---|---|
| Add(T) | Inherited from XmpArray<T>. |
| Add(DateTime, XmpDatePrecision) | |
| Add(DateTime) | |
| Add(DateTimeOffset, XmpDatePrecision) | |
| Add(DateTimeOffset) | |
| Add(String) | Inherited from XmpArray<T>. |
| AddRange(IEnumerable<String>) | Inherited from XmpArray<T>. |
| Clear() | Inherited from XmpArray<T>. |
| Contains(DateTime) | |
| Contains(DateTimeOffset) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetEnumerator() | Inherited from XmpArray<T>. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IndexOf(DateTime) | |
| IndexOf(DateTimeOffset) | |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(T) | Inherited from XmpArray<T>. |
| Remove(DateTime) | |
| Remove(DateTimeOffset) | |
| Remove(String) | Inherited from XmpArray<T>. |
| RemoveAt(Int32) | Inherited from XmpArray<T>. |
| ToString() | Inherited from XmpArray<T>. |
See Also