# Editor.Asset.LastOpened

```csharp
System.Nullable<System.DateTime> LastOpened { get; set; }
```

When the asset was last opened through the editor.

Declared in [Editor.Asset](/api/Editor.Asset).
Assembly: `Sandbox.Tools`.
