ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / DocumentInfo Class / ModDate Property

In This Topic
    ModDate Property
    In This Topic
    The date and time the document was most recently modified, in human-readable form
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ModDate As Nullable(Of Date)
    public Nullable<DateTime> ModDate {get;}
    See Also