Skip to main content
All docs
V23.2

XmpArray.GetDate(Int32) Method

Gets a DateTime value of an item located at the specified index.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTime? GetDate(
    int index
)

Parameters

Name Type Description
index Int32

The item index.

Returns

Type Description
Nullable<DateTime>

The item value or null (Nothing in Visual Basic) if it is not a DateTime value.

See Also