Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.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