The creation date and time of the attachment. Uses the standard date format which closely follows that of the international standard ASN.1 (Abstract Syntax Notation One), defined in ISO/IEC 8824.
Syntax
public string CreationDate {get; set;}
public: __property string* get_CreationDate();
public: __property void set_CreationDate(
string* value
);
'Declaration
Public Property CreationDate As String
'Usage
Dim instance As PdfDocumentAttachment
Dim value As String
instance.CreationDate = value
value = instance.CreationDate
See Also