Discuss this help topic in SecureBlackbox Forum
Specifies the numerical value of the signature time.
Declaration
[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)
[Java]
Date getValueUTC();
void setValueUTC(Date AValue);
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