Discuss this help topic in SecureBlackbox Forum
Contains seconds accuracy value in the timestamp.
Declaration
[VB.NET]
Property AccuracySec As Integer
[Pascal]
property AccuracySec : integer;
[C++]
int32_t get_AccuracySec();
void set_AccuracySec(int32_t Value);
[PHP]
integer get_AccuracySec()
void set_AccuracySec(integer $Value)
[Java]
int getAccuracySec();
void setAccuracySec(int Value);
Description
Use this property to access seconds accuracy value in the timestamp.
Discuss this help topic in SecureBlackbox Forum