ISession LastLoginUTC Property NFX Class Library

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

Returns the UTC DateTime of the last login/when HasJustLoggedIn() was called for the last time within the lifetime of this session object or NULL

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

Nullable<DateTime> LastLoginUTC { get; }

Property Value

Type: OnlineNullable OnlineDateTime 
See Also