This property sets or returns the current playback position within the file 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 PlaybackTime { get; set; }
Visual Basic
Public Property PlaybackTime As String
	Get
	Set
Visual C++
public:
property String^ PlaybackTime {
	String^ get ();
	void set (String^ value);
}

See Also