Skip to main content
All docs
V25.1
  • XmpArray.GetDate(Int32) Method

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

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.1.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