Discuss this help topic in SecureBlackbox Forum
The time instant when this response is issued.
Declaration
[C#]
DateTime IssueInstant;
[VB.NET]
Property IssueInstant As DateTime
[Pascal]
property IssueInstant : TElDateTime;
[C++]
int64_t get_IssueInstant();
void set_IssueInstant(int64_t Value);
[PHP]
DateTime get_IssueInstant()
void set_IssueInstant(DateTime $Value)
[Java]
Date getIssueInstant();
void setIssueInstant(Date Value);
Description
Use this property to specify the time instant (in UTC) of issue of this response.
Discuss this help topic in SecureBlackbox Forum