Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / DocumentInfo Class / ModDate Property

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