LastLoginTime

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUUser

IERURoom

 

 

LastLoginTime property

Returns the date and time the User last logged into the Facility.

Syntax


C++

HRESULT get_LastLoginTime(DATE* pLastLoginTime)

Scripting languages

Date = User.LastLoginTime

Remarks


Accessing this property will fail if the Intercom is not enabled.

Home

Applies to

IERUUser

 

 

Go to Top

 

LastLoginTime property

Returns the date and time a specified User last logged into the Room.

Syntax


C++

HRESULT get_LastLoginTime(IERUMember** pUser)

Scripting languages

Set Date = Object.LastLoginTime(Member)

Parameters


User

An IERUMember interface pointer to the User whose last login time you want to get.

Remarks


The 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.

Go to Top

Home

Applies to

IERURoom