Discuss this help topic in SecureBlackbox Forum

TElTSPInfo.Time

TElTSPInfo     See also     


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


This property contains timestamp signature creation time.

Declaration

[C#]
    DateTime Time;

[VB.NET]
    Property Time As DateTime

[Pascal]
    property Time: TDateTime;

[C++]
    int64_t get_Time();
    void set_Time(int64_t Value);

[PHP]
    DateTime get_Time()
    void set_Time(DateTime $Value)

[Java]
    Date getTime();
    void setTime(Date Value);

Description

    Use this property to get time of the timestamp signature creation. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

See also:     Nonce     SerialNumber    

Discuss this help topic in SecureBlackbox Forum