Gets the length of the track.

Namespace:  Spotify
Assembly:  Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)

Collapse imageSyntax

C#
public TimeSpan Length { get; }
Visual Basic (Declaration)
Public ReadOnly Property Length As TimeSpan
Visual C++
public:
property TimeSpan Length {
	TimeSpan get ();
}

Collapse imageSee Also