Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / DocumentInfo Class / RevisionTime Property

In This Topic
    RevisionTime Property (DocumentInfo)
    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