Skip to main content
All docs
V26.1
  • XmpDatePrecision Enum

    Lists values that indicate the precision of an XMP date value.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum XmpDatePrecision

    Members

    Name Description
    Year

    The date contains the year.

    Month

    The date contains the year and month.

    Day

    The date contains the year, month, and day.

    Hour

    The date contains the year, month, day, and hour.

    Minute

    The date contains the year, month, day, hour, and minute.

    Second

    The date contains the year, month, day, hour, minute, and second.

    FractionalSecond

    The date contains the year, month, day, hour, minute, second, and fractional second.

    Related API Members

    The following properties accept/return XmpDatePrecision values:

    See Also