PDFView4NET WinForms Edition
CreationDate Property (PDFFileAttachment)




O2S.Components.PDFView4NET Namespace > PDFFileAttachment Class : CreationDate Property
Gets or sets the creation date.
Syntax
'Declaration
 
Public Property CreationDate As Date
'Usage
 
Dim instance As PDFFileAttachment
Dim value As Date
 
instance.CreationDate = value
 
value = instance.CreationDate
public DateTime CreationDate {get; set;}
public: __property DateTime get_CreationDate();
public: __property void set_CreationDate( 
   DateTime value
);
public:
property DateTime CreationDate {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The creation date of the file attachment.
Remarks
If the creation date is not set on the file attachment, this property returns DateTime.MinValue.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFileAttachment Class
PDFFileAttachment Members