Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / DocumentInfo Class / RevisionTime Property

In This Topic
    RevisionTime Property
    In This Topic
    Gets or sets the date and time when a document was last modified.
    Syntax
    'Declaration
     
    Public Property RevisionTime As Date
    public DateTime RevisionTime {get; set;}
    See Also