Discuss this help topic in SecureBlackbox Forum
The time when the user info was last updated.
Declaration
[C#]
DateTime UpdatedTime;
[VB.NET]
Property UpdatedTime As DateTime
[Pascal]
property UpdatedTime: TDateTime;
[C++]
int64_t get_UpdatedTime();
void set_UpdatedTime(int64_t Value);
[PHP]
DateTime get_UpdatedTime()
void set_UpdatedTime(DateTime $Value)
[Java]
Date getUpdatedTime();
void setUpdatedTime(Date Value);
Description
Use this property to get the time when the user info was updated the last.
Discuss this help topic in SecureBlackbox Forum