Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.CreationDate

TElPDFFileAttachment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies file creation date.

Declaration

[C#]
    DateTime CreationDate;

[VB.NET]
    Property CreationDate As DateTime

[Pascal]
    property CreationDate : TElDateTime;

[C++]
    int64_t get_CreationDate();
    void set_CreationDate(int64_t Value);

[PHP]
    DateTime get_CreationDate()
    void set_CreationDate(DateTime $Value)

[Java]
    Date getCreationDate();
    void setCreationDate(Date Value);

Description

    Use this property to specify the attachment creation date. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     Filename     ModificationDate    

Discuss this help topic in SecureBlackbox Forum