Property LastLeaveTime
LastLeaveTime
Gets or sets the last leave time. If the player never left the game, this value will be null.
Declaration
public DateTime? LastLeaveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |