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

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