Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.Timestamp

TElPGPWriter     See also     


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


Contains time of last file modification.

Declaration

[C#]
    DateTime Timestamp;

[VB.NET]
    Property Timestamp As DateTime

[Pascal]
    property Timestamp : TDateTime;

[C++]
    int64_t get_Timestamp();
    void set_Timestamp(int64_t Value);

[PHP]
    DateTime get_Timestamp()
    void set_Timestamp(DateTime $Value)

[Java]
    Date getTimestamp();
    void setTimestamp(Date Value);

Description

    Use this property to get or set time of last file modification. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     Filename    

Discuss this help topic in SecureBlackbox Forum