Discuss this help topic in SecureBlackbox Forum
This read-only property contains seconds accuracy value in the timestamp.
Declaration
[C#/Java]
int AccuracySec;
[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)
Description
Use this property to get seconds accuracy value in the timestamp.
Discuss this help topic in SecureBlackbox Forum