UserRepo.GetLastSeen Method
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
GetLastSeen(Int32)
Gets a System.DateTime
object indicating when the specified User was last seen.
public static DateTime? GetLastSeen(int id)
Parameters
- id
- System.Int32
Returns
System.Nullable{System.DateTime}
Returns an instance of the null
.