PDFView4NET WinForms Edition
ModDate Property (PDFFileAttachment)




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

Property Value

The date when the file attachment was modified.
Remarks
If the modification 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