| ||
|
| |
LastLoginTime propertyReturns the date and time the User last logged into the Facility. SyntaxC++HRESULT get_LastLoginTime(DATE* pLastLoginTime) Scripting languagesDate = User.LastLoginTime RemarksAccessing this property will fail if the Intercom is not enabled. |
||
|
|
LastLoginTime propertyReturns the date and time a specified User last logged into the Room. SyntaxC++HRESULT get_LastLoginTime(IERUMember** pUser) Scripting languagesSet Date = Object.LastLoginTime(Member) ParametersUserAn IERUMember interface pointer to the User whose last login time you want to get. RemarksThe LastLoginTime property is similar to a method in that you must pass a parameter (a pointer to a User) when you access it. Accessing this property will fail if the Intercom is not enabled. |