PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DocumentInfo Class / CreationTime Property

In This Topic
    CreationTime Property (DocumentInfo)
    In This Topic
    Gets or sets the date and time when a document was created.
    Syntax
    'Declaration
     
    Public Property CreationTime As Date
    public DateTime CreationTime {get; set;}
    See Also