Discuss this help topic in SecureBlackbox Forum
Specifies the numerical value of the signature time.
Declaration
[C#/Java]
DateTime ValueUTC;
[VB.NET]
Property ValueUTC As DateTime
[Pascal]
property ValueUTC : TDateTime;
[C++]
int64_t get_ValueUTC();
void set_ValueUTC(int64_t Value);
[PHP]
DateTime get_ValueUTC()
void set_ValueUTC(DateTime $Value)
Description
Use this property to get or set the numerical value of the signature time.
To obtain the string representation, use
Value property.
Discuss this help topic in SecureBlackbox Forum