# Sandbox.SoundHandle.Time

```csharp
float Time { get; set; }
```

The current time of the playing sound in seconds.
Note: for some formats seeking may be expensive, and some may not support it at all.

Declared in [Sandbox.SoundHandle](/api/Sandbox.SoundHandle).
Assembly: `Sandbox.Engine`.
