Music.Duration Property

SFML.Net

MusicDuration Property
Total duration of the music

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Time Duration { get; }
Public ReadOnly Property Duration As Time
	Get
public:
property Time Duration {
	Time get ();
}
member Duration : Time with get

Property Value

Type: Time
See Also