Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.ModificationDate

TElPDFFileAttachment     See also     


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


Specifies file modification date.

Declaration

[C#]
    DateTime ModificationDate;

[VB.NET]
    Property ModificationDate As DateTime

[Pascal]
    property ModificationDate : TElDateTime;

[C++]
    int64_t get_ModificationDate();
    void set_ModificationDate(int64_t Value);

[PHP]
    DateTime get_ModificationDate()
    void set_ModificationDate(DateTime $Value)

[Java]
    Date getModificationDate();
    void setModificationDate(Date Value);

Description

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

See also:     Filename     CreationDate    

Discuss this help topic in SecureBlackbox Forum