Discuss this help topic in SecureBlackbox Forum
The value of this parameter.
Declaration
[VB.NET]
Property Value As DateTime
[Pascal]
property Value : TElDateTime;
[C++]
int64_t get_Value();
void set_Value(int64_t Value);
[PHP]
DateTime get_Value()
void set_Value(DateTime $Value)
[Java]
Date getValue();
void setValue(Date Value);
Description
Use this property to specify the value of this parameter.
Discuss this help topic in SecureBlackbox Forum