Back to Devexpress

XmpDocument.GetDate(String) Method

officefileapi-devexpress-dot-pdf-dot-xmp-dot-xmpdocument-dot-getdate-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

XmpDocument.GetDate(String) Method

Gets a DateTime value of a node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DateTime? GetDate(
    string qualifiedName
)
vb
Public Function GetDate(
    qualifiedName As String
) As Date?

Parameters

NameTypeDescription
qualifiedNameString

The node’s qualified name ( prefix:local format).

|

Returns

TypeDescription
Nullable<DateTime>

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

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace