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

Gets time since the last login attempt. Returns TimeSpan.MaxValue if LastAttemptDate is not set (no attempts on record).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public TimeSpan TimeSinceLastAttempt { get; }

See Also