XmpArray.GetDate(Int32) Method
In This Article
Gets a DateTime value of an item located at the specified index.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item index. |
#Returns
Type | Description |
---|---|
Nullable<Date |
The item value or null (Nothing in Visual Basic) if it is not a Date |
See Also