Skip to main content
All docs
V25.1
  • CompareDocumentOptions.DateTime Property

    Gets or sets the date and time when the resulting document is created.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public DateTime? DateTime { get; set; }

    Property Value

    Type Description
    Nullable<DateTime>

    The creation time.

    See Also