XmpStructure.GetDate(String) Method
Gets a DateTime value of an item with the specified name.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| qualifiedName | String | The item’s qualified name (prefix:local format). |
Returns
| Type | Description |
|---|---|
| Nullable<DateTime> | The item value or null (Nothing in Visual Basic) if it is not a DateTime value. |
See Also