Discuss this help topic in SecureBlackbox Forum

TElPGPUnenvelopingStream.Timestamp

TElPGPUnenvelopingStream     See also     


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


This read-only property 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 the time of last file modification as specified during enveloping. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     FileName     HashingPool    

Discuss this help topic in SecureBlackbox Forum