Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.ModifiedTime

TElCompoundFileStorageEntry     See also     


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


Specifies storage entry modification time.

Declaration

[C#]
    DateTime ModifiedTime;

[VB.NET]
    Property ModifiedTime As DateTime

[Pascal]
    property ModifiedTime : TDateTime;

[C++]
    int64_t get_ModifiedTime();
    void set_ModifiedTime(int64_t Value);

[PHP]
    DateTime get_ModifiedTime()
    void set_ModifiedTime(DateTime $Value)

[Java]
    Date getModifiedTime();
    void setModifiedTime(Date Value);

Description

    Use this property to specify creation time of the storage entry.

See also:     ModifiedTime    

Discuss this help topic in SecureBlackbox Forum