[This is preliminary documentation and is subject to change.]

Gets the Data and Time when the user last logged in into OfficeClip.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DateTime GetLastLoginTimestamp(
	int userId
)
Visual Basic (Declaration)
Public Function GetLastLoginTimestamp ( _
	userId As Integer _
) As DateTime
Visual C++
public:
DateTime GetLastLoginTimestamp(
	int userId
)

Parameters

userId
Type: System..::.Int32

Return Value

Data and Time when the user last logged in into OfficeClip.

See Also