Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.CreationDate

TElFTPSServerFileInfo     See also     


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


This property specifies file creation date.

Declaration

[C#]
    DateTime CreationDate;

[VB.NET]
    Property CreationDate As DateTime

[Pascal]
    property CreationDate : TDateTime;

[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

    This property specifies file creation date.

See also:     ModificationDate    

Discuss this help topic in SecureBlackbox Forum