Returns the total playback time in hh:mm:ss format

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public string PlaybackTimeTotal { get; }
Visual Basic
Public ReadOnly Property PlaybackTimeTotal As String
	Get
Visual C++
public:
property String^ PlaybackTimeTotal {
	String^ get ();
}

See Also