Discuss this help topic in SecureBlackbox Forum
Specifies time and date in UTC.
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 the date and time value in UTC.
Discuss this help topic in SecureBlackbox Forum