Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.CreationTime

TElCompoundFileStorageEntry     See also     


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


Specifies storage entry creation time.

Declaration

[C#]
    DateTime CreationTime;

[VB.NET]
    Property CreationTime As DateTime

[Pascal]
    property CreationTime : TDateTime;

[C++]
    int64_t get_CreationTime();
    void set_CreationTime(int64_t Value);

[PHP]
    DateTime get_CreationTime()
    void set_CreationTime(DateTime $Value)

[Java]
    Date getCreationTime();
    void setCreationTime(Date Value);

Description

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

See also:     ModifiedTime    

Discuss this help topic in SecureBlackbox Forum